refactor: 优化文件上传组件,修改文件命名

This commit is contained in:
AN
2025-06-04 22:45:50 +08:00
parent e6a18ec527
commit aa0fe7f056
8 changed files with 10 additions and 13 deletions

View File

@ -11,7 +11,7 @@ import { useAuth } from '@/hooks/business/auth';
import { useDownload } from '@/hooks/business/download';
import { useTable, useTableOperate } from '@/hooks/common/table';
import { useDict } from '@/hooks/business/dict';
import { getBrowserIcon, getOsIcon } from '@/utils/format';
import { getBrowserIcon, getOsIcon } from '@/utils/icon-tag-format';
import DictTag from '@/components/custom/dict-tag.vue';
import SvgIcon from '@/components/custom/svg-icon.vue';
import { $t } from '@/locales';