forked from github/dataease
fix: 去掉锁定按钮
This commit is contained in:
parent
9a8c0d1356
commit
73d311e99f
@ -34,7 +34,7 @@
|
||||
</el-select>
|
||||
<el-input v-else v-model="curComponent.style[key]" type="number" />
|
||||
</el-form-item>
|
||||
<el-form-item v-if="curComponent && !excludes.includes(curComponent.component)" :label="$t('panel.content')">
|
||||
<el-form-item v-if="curComponent && !excludes.includes(curComponent.component)" :label="$t('panel.content')+':'">
|
||||
<el-input v-model="curComponent.propValue" type="textarea" />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<li @click="paste"> {{ $t('panel.paste') }}</li>
|
||||
<li @click="cut"> {{ $t('panel.cut') }}</li>
|
||||
<li @click="deleteComponent"> {{ $t('panel.delete') }}</li>
|
||||
<li @click="lock"> {{ $t('panel.lock') }}</li>
|
||||
<!-- <li @click="lock"> {{ $t('panel.lock') }}</li>-->
|
||||
<li @click="topComponent"> {{ $t('panel.topComponent') }}</li>
|
||||
<li @click="bottomComponent"> {{ $t('panel.bottomComponent') }}</li>
|
||||
<li @click="upComponent"> {{ $t('panel.upComponent') }}</li>
|
||||
|
Loading…
Reference in New Issue
Block a user