feat: 新增文件上传组件

This commit is contained in:
xlsea
2025-04-25 00:59:58 +08:00
parent 03f408f552
commit 15acc1ff68
12 changed files with 400 additions and 98 deletions

View File

@ -117,6 +117,7 @@ const {
text
type="primary"
icon="material-symbols:drive-file-rename-outline-outline"
class="text-18px"
tooltipContent={$t('common.edit')}
onClick={() => edit(row.userId!)}
/>
@ -132,6 +133,7 @@ const {
text
type="error"
icon="material-symbols:delete-outline"
class="text-18px"
tooltipContent={$t('common.delete')}
popconfirmContent={$t('common.confirmDelete')}
onPositiveClick={() => handleDelete(row.userId!)}