Merge branch 'dev' into master-fetch-dev

This commit is contained in:
奔跑的面条 2024-04-10 16:17:34 +08:00
commit 9c62c62820

View File

@ -182,13 +182,13 @@ const btnList: BtnListType[] = [
key: 'import',
type: TypeEnum.IMPORTUPLOAD,
name: '导入',
icon: DownloadIcon
icon: ShareIcon
},
{
key: 'export',
type: TypeEnum.BUTTON,
name: '导出',
icon: ShareIcon,
icon: DownloadIcon,
handle: exportHandle
},
{