From 63700a7e50b8db13d81c885233d0ea7a440bf364 Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期一, 17 二月 2020 19:42:47 +0800
Subject: [PATCH] 更新巡检计划页面

---
 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