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/ToolVerificationList.vue |   36 +++---------------------------------
 1 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/src/views/tms/ToolVerificationList.vue b/src/views/tms/ToolVerificationList.vue
index 6a034f9..a643dce 100644
--- a/src/views/tms/ToolVerificationList.vue
+++ b/src/views/tms/ToolVerificationList.vue
@@ -33,9 +33,6 @@
     <!-- 鏌ヨ鍖哄煙-END -->
 
     <!-- 鎿嶄綔鎸夐挳鍖哄煙 -->
-    <div class="table-operator">
-      <a-button @click="handleAdd" type="primary" icon="plus">鏂板</a-button>
-    </div>
 
     <!-- table鍖哄煙-begin -->
     <div>
@@ -53,25 +50,6 @@
         :rowSelection="null"
         class="j-table-force-nowrap"
         @change="handleTableChange">
-
-        <span slot="action" slot-scope="text, record">
-          <a @click="handleDetail(record)">璇︽儏</a>
-
-          <a-divider type="vertical" />
-          <a-dropdown>
-            <a class="ant-dropdown-link">鏇村 <a-icon type="down" /></a>
-            <a-menu slot="overlay">
-              <a-menu-item>
-                <a @click="handleEdit(record)">缂栬緫</a>
-              </a-menu-item>
-              <a-menu-item>
-                <a-popconfirm title="纭畾鍒犻櫎鍚�?" @confirm="() => handleDelete(record.id)">
-                  <a>鍒犻櫎</a>
-                </a-popconfirm>
-              </a-menu-item>
-            </a-menu>
-          </a-dropdown>
-        </span>
 
       </a-table>
     </div>
@@ -113,7 +91,7 @@
           {
             title:'鍞竴缂栫爜',
             align:"center",
-            dataIndex: 'toolId',
+            dataIndex: 'onlyCode',
           },
           {
             title:'閲忓叿鍚嶇О',
@@ -123,7 +101,7 @@
           {
             title:'瑙勬牸',
             align:"center",
-            dataIndex: 'model'
+            dataIndex: 'toolModel'
           },
           {
             title:'璁¢噺鍙�',
@@ -140,17 +118,9 @@
             align:"center",
             dataIndex: 'nextVerificationDate'
           },
-          {
-            title: '鎿嶄綔',
-            dataIndex: 'action',
-            align:"center",
-            fixed:"right",
-            width:147,
-            scopedSlots: { customRender: 'action' }
-          }
         ],
         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