Skip to content

Commit

Permalink
update import icon
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Dec 31, 2024
1 parent 987fb74 commit be3b7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/sys/empUser/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<Icon icon="i-ant-design:download-outlined" /> {{ t('导出') }}
</a-button>
<a-button type="default" @click="handleImport()">
<Icon icon="i-ant-design:upload-outlined" /> {{ t('导入') }}
<Icon icon="i-ant-design:import-outlined" /> {{ t('导入') }}
</a-button>
<a-button type="primary" @click="handleForm({ op: 'add' })" v-auth="'sys:empUser:edit'">
<Icon icon="i-fluent:add-12-filled" /> {{ t('新增') }}
Expand Down
2 changes: 1 addition & 1 deletion src/views/sys/office/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Icon icon="i-ant-design:download-outlined" /> {{ t('导出') }}
</a-button>
<a-button type="default" @click="handleImport()">
<Icon icon="i-ant-design:upload-outlined" /> {{ t('导入') }}
<Icon icon="i-ant-design:import-outlined" /> {{ t('导入') }}
</a-button>
<a-button type="primary" @click="handleForm({})" v-auth="'sys:office:edit'">
<Icon icon="i-fluent:add-12-filled" /> {{ t('新增') }}
Expand Down

0 comments on commit be3b7ce

Please sign in to comment.