forked from github/dataease
feat: 去掉组件复制的功能
This commit is contained in:
parent
71abcc37a3
commit
07bc218172
@ -4,7 +4,7 @@
|
||||
<template v-if="curComponent">
|
||||
<template v-if="!curComponent.isLock">
|
||||
<li @click="edit"> {{ $t('panel.edit') }}</li>
|
||||
<li @click="copy"> {{ $t('panel.copy') }}</li>
|
||||
<!-- <li @click="copy"> {{ $t('panel.copy') }}</li>-->
|
||||
<li @click="paste"> {{ $t('panel.paste') }}</li>
|
||||
<li @click="cut"> {{ $t('panel.cut') }}</li>
|
||||
<li @click="deleteComponent"> {{ $t('panel.delete') }}</li>
|
||||
|
Loading…
Reference in New Issue
Block a user