wuxw
2019-12-22 5d09d7360dc19afeba2c117774bcfea20e917d55
WebService/src/main/resources/components/machinePackage/machineRecord-manage/machineRecordManage.html
@@ -92,6 +92,7 @@
                            <th class="text-center">开门方式</th>
                            <th class="text-center">用户手机号</th>
                            <th class="text-center">身份证</th>
                            <th class="text-center">操作</th>
                        </tr>
                        </thead>
                        <tbody>
@@ -103,7 +104,13 @@
                            <td class="text-center">{{machineRecord.openTypeCd}}</td>
                            <td class="text-center">{{machineRecord.tel}}</td>
                            <td class="text-center">{{machineRecord.idCard}}</td>
                            <td class="text-center">
                                <div class="btn-group">
                                    <button class="btn-white btn btn-xs"
                                            v-on:click="_openMachineRecordDetailModel(machineRecord)">详情
                                    </button>
                                </div>
                            </td>
                        </tr>
                        </tbody>
                        <tfoot>
@@ -121,4 +128,6 @@
        </div>
    </div>
    <vc:create name="machineRecordDetail"></vc:create>
</div>