diff --git a/src/views/system/file/index.vue b/src/views/system/file/index.vue index 5944f91..8bf1837 100644 --- a/src/views/system/file/index.vue +++ b/src/views/system/file/index.vue @@ -82,13 +82,13 @@ 搜索 重置 @@ -110,7 +110,7 @@ > 上传文件 @@ -125,7 +125,7 @@ > 批量删除 @@ -136,7 +136,7 @@ 共 {{ pagination.itemCount }} 条 @@ -250,7 +250,7 @@
- +
@@ -313,6 +313,7 @@ import { import type { SysFileQueryBo, SysFileSearchForm, SysFileVo } from '@/service/api/system/file' import IconParkOutlineDelete from '~icons/icon-park-outline/delete' import IconParkOutlineDownload from '~icons/icon-park-outline/download' +import { FILE_SERVICE_DB_OPTIONS } from '@/service/api/system/file/types' // 文件分类图标组件 const StarIcon = () => h('span', { class: 'text-yellow-500' }, '✨') diff --git a/src/views/system/picture/index.vue b/src/views/system/picture/index.vue index 47bde07..652540e 100644 --- a/src/views/system/picture/index.vue +++ b/src/views/system/picture/index.vue @@ -82,13 +82,13 @@ 搜索 重置 @@ -110,7 +110,7 @@ > 上传图片 @@ -125,7 +125,7 @@ > 批量删除 @@ -138,8 +138,8 @@ > {{ viewMode === 'table' ? '图库视图' : '表格视图' }} @@ -150,7 +150,7 @@ 共 {{ pagination.itemCount }} 条
@@ -219,7 +219,7 @@ > @@ -233,7 +233,7 @@ > @@ -280,7 +280,7 @@ > 上传图片 @@ -376,7 +376,7 @@
- +