mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 21:46:23 +08:00
perf: 去除多余无用功能
This commit is contained in:
parent
f48c57a043
commit
a29a4f7e17
@ -131,20 +131,6 @@ const selectOptions = ref([
|
|||||||
key: 'preview',
|
key: 'preview',
|
||||||
icon: renderIcon(BrowsersOutlineIcon)
|
icon: renderIcon(BrowsersOutlineIcon)
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: renderLang('global.r_copy'),
|
|
||||||
key: 'copy',
|
|
||||||
icon: renderIcon(CopyIcon)
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: renderLang('global.r_rename'),
|
|
||||||
key: 'rename',
|
|
||||||
icon: renderIcon(PencilIcon)
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'divider',
|
|
||||||
key: 'd1'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: props.cardData?.release
|
label: props.cardData?.release
|
||||||
? renderLang('global.r_unpublish')
|
? renderLang('global.r_unpublish')
|
||||||
@ -152,15 +138,6 @@ const selectOptions = ref([
|
|||||||
key: 'send',
|
key: 'send',
|
||||||
icon: renderIcon(SendIcon)
|
icon: renderIcon(SendIcon)
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: renderLang('global.r_download'),
|
|
||||||
key: 'download',
|
|
||||||
icon: renderIcon(DownloadIcon)
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'divider',
|
|
||||||
key: 'd2'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: renderLang('global.r_delete'),
|
label: renderLang('global.r_delete'),
|
||||||
key: 'delete',
|
key: 'delete',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user