From 135b5b2e497514dc4456e33b0db0fe5e7fa4e62f Mon Sep 17 00:00:00 2001
From: cuijian <cuijian@xalxzn.com>
Date: 星期一, 11 八月 2025 09:11:19 +0800
Subject: [PATCH] 现场问题处理

---
 src/views/tms/ToolVerificationRecordList.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/views/tms/ToolVerificationRecordList.vue b/src/views/tms/ToolVerificationRecordList.vue
index 06e67a4..76d4c4d 100644
--- a/src/views/tms/ToolVerificationRecordList.vue
+++ b/src/views/tms/ToolVerificationRecordList.vue
@@ -117,7 +117,7 @@
           {
             title:'鍞竴缂栫爜',
             align:"center",
-            dataIndex: 'toolId',
+            dataIndex: 'onlyCode',
           },
           {
             title:'閲忓叿鍚嶇О',
@@ -127,7 +127,7 @@
           {
             title:'瑙勬牸',
             align:"center",
-            dataIndex: 'model'
+            dataIndex: 'toolModel'
           },
           {
             title:'璁¢噺鍙�',
@@ -149,16 +149,16 @@
             align:"center",
             dataIndex: 'personResponsible'
           },
-          {
-            title:'鍒涘缓浜�',
-            align:"center",
-            dataIndex: 'createBy'
-          },
-          {
-            title:'鍒涘缓鏃堕棿',
-            align:"center",
-            dataIndex: 'createTime'
-          },
+          // {
+          //   title:'鍒涘缓浜�',
+          //   align:"center",
+          //   dataIndex: 'createBy'
+          // },
+          // {
+          //   title:'鍒涘缓鏃堕棿',
+          //   align:"center",
+          //   dataIndex: 'createTime'
+          // },
           {
             title: '鎿嶄綔',
             dataIndex: 'action',
@@ -169,7 +169,7 @@
           }
         ],
         url: {
-          list: "/tms/toolVerificationRecord/list",
+          list: "/tms/toolVerificationRecord/queryPageList",
           delete: "/tms/toolVerificationRecord/delete",
           deleteBatch: "/tms/toolVerificationRecord/deleteBatch",
           exportXlsUrl: "/tms/toolVerificationRecord/exportXls",

--
Gitblit v1.9.3