From ed949fbdb3b71e1b688b3b490fad87891ce67146 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:13:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(system):=20=E4=BF=AE=E5=A4=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=92=8C=E5=9B=BE=E7=89=87=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE=E6=A0=87=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复文件管理页面中4个图标的语法格式 - 修复图片管理页面中9个图标的语法格式 - 包含搜索、刷新、上传、删除、下载、切换视图等功能图标 - 确保文件和图片管理功能的完整图标显示 --- src/views/system/file/index.vue | 13 +++++++------ src/views/system/picture/index.vue | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 17 deletions(-) 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 @@
- +