mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat:新增图片导出功能
This commit is contained in:
@@ -93,7 +93,7 @@ const {
|
||||
TrashIcon,
|
||||
PencilIcon,
|
||||
BrowsersOutlineIcon,
|
||||
DownloadIcon,
|
||||
DownloadOutlineIcon,
|
||||
HammerIcon,
|
||||
SendIcon
|
||||
} = icon.ionicons5
|
||||
@@ -153,7 +153,7 @@ const selectOptions = ref([
|
||||
{
|
||||
label: renderLang('global.r_download'),
|
||||
key: 'download',
|
||||
icon: renderIcon(DownloadIcon)
|
||||
icon: renderIcon(DownloadOutlineIcon)
|
||||
},
|
||||
{
|
||||
type: 'divider',
|
||||
|
||||
Reference in New Issue
Block a user