From 2e9c878dab8b83a5acbfb2caf934a66394b60d98 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 30 十二月 2024 20:44:20 +0800
Subject: [PATCH] 一些优化

---
 src/views/tigerprojects/mes/eng/routelist/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/tigerprojects/mes/eng/routelist/index.vue b/src/views/tigerprojects/mes/eng/routelist/index.vue
index 0324863..c5ae85e 100644
--- a/src/views/tigerprojects/mes/eng/routelist/index.vue
+++ b/src/views/tigerprojects/mes/eng/routelist/index.vue
@@ -2,7 +2,7 @@
   <div>
     <BasicTable @register="registerTable">
       <template #toolbar>
-        <a-button type="primary" @click="handleCreate"> 鏂板宸ヨ壓璺嚎 </a-button>
+        <a-button type="primary" @click="handleCreate" preIcon="add_02|svg"> 鏂板 </a-button>
       </template>
       <template #action="{ record }">
         <TableAction
@@ -10,10 +10,12 @@
             {
               icon: 'clarity:note-edit-line',
               onClick: handleEdit.bind(null, record),
+              name: undefined,
             },
             {
               icon: 'gphDesign|svg',
               onClick: handleDesign.bind(null, record),
+              name: undefined,
             },
             {
               icon: 'ant-design:delete-outlined',
@@ -23,6 +25,7 @@
                 placement: 'left',
                 confirm: handleDelete.bind(null, record),
               },
+              name: undefined,
             },
           ]"
         />

--
Gitblit v1.9.3