forked from github/dataease
fix(视图): 修复富文本视图,会出现无法编辑标题名称的情况 #5182
This commit is contained in:
parent
6d7f5388e7
commit
658c1738c9
@ -18,7 +18,7 @@
|
|||||||
>{{ $t('chart.show') }}
|
>{{ $t('chart.show') }}
|
||||||
</el-checkbox>
|
</el-checkbox>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div v-show="titleForm.show">
|
<div v-show="titleForm.show || chart.type ==='richTextView'">
|
||||||
<el-form-item
|
<el-form-item
|
||||||
v-show="showProperty('title')"
|
v-show="showProperty('title')"
|
||||||
v-if="!batchOptStatus"
|
v-if="!batchOptStatus"
|
||||||
|
Loading…
Reference in New Issue
Block a user