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/system/dept/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/system/dept/index.vue b/src/views/tigerprojects/system/dept/index.vue index 8bd468d..3ac74ff 100644 --- a/src/views/tigerprojects/system/dept/index.vue +++ b/src/views/tigerprojects/system/dept/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,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