From f9eb1a419834f97a3ab0124b132de4f977b1973b Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期六, 28 十二月 2024 21:00:56 +0800
Subject: [PATCH] 通用导入Excel更新

---
 src/views/tigerprojects/mes/smt/smttable/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/tigerprojects/mes/smt/smttable/index.vue b/src/views/tigerprojects/mes/smt/smttable/index.vue
index 4f611ee..702567f 100644
--- a/src/views/tigerprojects/mes/smt/smttable/index.vue
+++ b/src/views/tigerprojects/mes/smt/smttable/index.vue
@@ -17,6 +17,7 @@
               icon: 'clarity:note-edit-line',
               tooltip: '淇敼',
               onClick: handleEdit.bind(null, record),
+              name: ''
             },
             {
               icon: 'ant-design:delete-outlined',
@@ -27,6 +28,7 @@
                 placement: 'left',
                 confirm: handleDelete.bind(null, record),
               },
+              name: ''
             },
           ]"
         />

--
Gitblit v1.9.3