Merge pull request #5272 from dataease/pr@dev@fix_richtext-title

fix(视图): 修复富文本视图,会出现无法编辑标题名称的情况 #5182
This commit is contained in:
王嘉豪 2023-05-22 21:03:09 +08:00 committed by GitHub
commit 3bbcca838b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
>{{ $t('chart.show') }}
</el-checkbox>
</el-form-item>
<div v-show="titleForm.show">
<div v-show="titleForm.show || chart.type ==='richTextView'">
<el-form-item
v-show="showProperty('title')"
v-if="!batchOptStatus"