From e64d8b88b4c177360874f5d6ea46d67f8495cdfc Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期一, 17 二月 2020 18:40:24 +0800
Subject: [PATCH] 员工select2
---
WebService/src/main/resources/components/machinePackage/machineVistorPhoto-manage/machineVistorPhotoManage.html | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/WebService/src/main/resources/components/machinePackage/machineVistorPhoto-manage/machineVistorPhotoManage.html b/WebService/src/main/resources/components/machinePackage/machineVistorPhoto-manage/machineVistorPhotoManage.html
index 9f3ebd6..7c79435 100644
--- a/WebService/src/main/resources/components/machinePackage/machineVistorPhoto-manage/machineVistorPhotoManage.html
+++ b/WebService/src/main/resources/components/machinePackage/machineVistorPhoto-manage/machineVistorPhotoManage.html
@@ -85,9 +85,7 @@
>
<thead>
<tr>
- <th class="text-center">寮�闂ㄨ褰旾D</th>
<th class="text-center">璁惧缂栫爜</th>
- <th class="text-center">璁惧ID</th>
<th class="text-center">琚懠鍙敤鎴峰悕绉�</th>
<th class="text-center">琚懠鍙柟寮�</th>
<th class="text-center">琚懠鍙敤鎴锋墜鏈哄彿</th>
@@ -97,11 +95,9 @@
</thead>
<tbody>
<tr v-for="machineRecord in machineVistorPhotoManageInfo.machineRecords">
- <td class="text-center">{{machineRecord.machineRecordId}}</td>
<td class="text-center">{{machineRecord.machineCode}}</td>
- <td class="text-center">{{machineRecord.machineId}}</td>
<td class="text-center">{{machineRecord.name}}</td>
- <td class="text-center">{{machineRecord.openTypeCd}}</td>
+ <td class="text-center">{{machineRecord.openTypeName}}</td>
<td class="text-center">{{machineRecord.tel}}</td>
<td class="text-center">{{machineRecord.idCard}}</td>
<td class="text-center">
--
Gitblit v1.8.0