From 7bcfc0507043dc878c801a259aa7d058f4982551 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 09 一月 2025 00:42:21 +0800
Subject: [PATCH] 工单管理优化

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

diff --git a/src/views/tigerprojects/system/dept/index.vue b/src/views/tigerprojects/system/dept/index.vue
index 9d2b44d..3ac74ff 100644
--- a/src/views/tigerprojects/system/dept/index.vue
+++ b/src/views/tigerprojects/system/dept/index.vue
@@ -10,6 +10,7 @@
             {
               icon: 'clarity:note-edit-line',
               onClick: handleEdit.bind(null, record),
+              name: ''
             },
             {
               icon: 'ant-design:delete-outlined',
@@ -19,6 +20,7 @@
               placement: 'left',
                 confirm: handleDelete.bind(null, record),
               },
+              name: ''
             },
           ]"
         />

--
Gitblit v1.9.3