mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增 chart 顶部按钮
This commit is contained in:
@@ -95,7 +95,7 @@ const {
|
||||
CopyIcon,
|
||||
TrashIcon,
|
||||
PencilIcon,
|
||||
ApertureSharpIcon,
|
||||
DesktopOutlineIcon,
|
||||
DownloadIcon,
|
||||
HammerIcon,
|
||||
SendIcon
|
||||
@@ -126,7 +126,7 @@ const selectOptions = reactive([
|
||||
{
|
||||
label: t('global.r_preview'),
|
||||
key: 'preview',
|
||||
icon: renderIcon(ApertureSharpIcon)
|
||||
icon: renderIcon(DesktopOutlineIcon)
|
||||
},
|
||||
{
|
||||
label: t('global.r_copy'),
|
||||
|
||||
Reference in New Issue
Block a user