From ecdac8a738f254db2b2ea28cbe3248f7a6a7eb2b Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期五, 06 三月 2020 16:18:27 +0800
Subject: [PATCH] 优化采购申请组件

---
 WebService/src/main/resources/components/machinePackage/machineTranslate-manage/machineTranslateManage.html |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/WebService/src/main/resources/components/machinePackage/machineTranslate-manage/machineTranslateManage.html b/WebService/src/main/resources/components/machinePackage/machineTranslate-manage/machineTranslateManage.html
index 009715b..7a06226 100644
--- a/WebService/src/main/resources/components/machinePackage/machineTranslate-manage/machineTranslateManage.html
+++ b/WebService/src/main/resources/components/machinePackage/machineTranslate-manage/machineTranslateManage.html
@@ -62,7 +62,7 @@
                         <button type="button" class="btn btn-primary btn-sm"
                                 v-on:click="_openAddMachineTranslateModal()">
                             <i class="glyphicon glyphicon-plus"></i>
-                            娣诲姞璁惧鍚屾
+                            娣诲姞
                         </button>
                     </div>
                 </div>
@@ -75,11 +75,11 @@
                         <tr>
                             <th class="text-center">鍚屾ID</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">瀵硅薄Id</th>
                             <th class="text-center">鐘舵��</th>
+                            <th class="text-center">鍚屾鏃堕棿</th>
                             <th class="text-center">鎿嶄綔</th>
 
 
@@ -89,22 +89,22 @@
                         <tr v-for="machineTranslate in machineTranslateManageInfo.machineTranslates">
                             <td class="text-center">{{machineTranslate.machineTranslateId}}</td>
                             <td class="text-center">{{machineTranslate.machineCode}}</td>
-                            <td class="text-center">{{machineTranslate.machineId}}</td>
-                            <td class="text-center">{{machineTranslate.typeCd}}</td>
+                            <td class="text-center">{{machineTranslate.typeCdName}}</td>
                             <td class="text-center">{{machineTranslate.objName}}</td>
                             <td class="text-center">{{machineTranslate.objId}}</td>
-                            <td class="text-center">{{machineTranslate.state}}</td>
+                            <td class="text-center">{{machineTranslate.stateName}}</td>
+                            <td class="text-center">{{machineTranslate.updateTime}}</td>
                             <td class="text-center">
                                 <div class="btn-group">
                                     <button class="btn-white btn btn-xs"
                                             v-on:click="_openEditMachineTranslateModel(machineTranslate)">淇敼
                                     </button>
                                 </div>
-                                <div class="btn-group">
-                                    <button class="btn-white btn btn-xs"
-                                            v-on:click="_openDeleteMachineTranslateModel(machineTranslate)">鍒犻櫎
-                                    </button>
-                                </div>
+                                <!-- <div class="btn-group">
+                                     <button class="btn-white btn btn-xs"
+                                             v-on:click="_openDeleteMachineTranslateModel(machineTranslate)">鍒犻櫎
+                                     </button>
+                                 </div>-->
                             </td>
 
                         </tr>
@@ -130,6 +130,6 @@
                callBackFunction=""
     ></vc:create>
     <vc:create name="editMachineTranslate"></vc:create>
-   <!-- <vc:create name="deleteMachineTranslate"></vc:create>-->
+    <!-- <vc:create name="deleteMachineTranslate"></vc:create>-->
 
 </div>

--
Gitblit v1.8.0