mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
feat: 去除多余功能代码
This commit is contained in:
parent
092a252ac4
commit
f37264fdbb
@ -124,22 +124,6 @@ const selectOptions = ref([
|
|||||||
key: 'preview',
|
key: 'preview',
|
||||||
icon: renderIcon(BrowsersOutlineIcon)
|
icon: renderIcon(BrowsersOutlineIcon)
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: renderLang('global.r_copy'),
|
|
||||||
key: 'copy',
|
|
||||||
icon: renderIcon(CopyIcon),
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: renderLang('global.r_rename'),
|
|
||||||
key: 'rename',
|
|
||||||
icon: renderIcon(PencilIcon),
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'divider',
|
|
||||||
key: 'd1'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: props.cardData?.release
|
label: props.cardData?.release
|
||||||
? renderLang('global.r_unpublish')
|
? renderLang('global.r_unpublish')
|
||||||
@ -147,15 +131,9 @@ const selectOptions = ref([
|
|||||||
key: 'release',
|
key: 'release',
|
||||||
icon: renderIcon(SendIcon)
|
icon: renderIcon(SendIcon)
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: renderLang('global.r_download'),
|
|
||||||
key: 'download',
|
|
||||||
icon: renderIcon(DownloadIcon),
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'divider',
|
type: 'divider',
|
||||||
key: 'd2'
|
key: 'd1'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: renderLang('global.r_delete'),
|
label: renderLang('global.r_delete'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user