Merge pull request #5275 from dataease/dev

merge dev
This commit is contained in:
fit2cloudrd 2023-05-23 09:41:01 +08:00 committed by GitHub
commit dc2bfc4527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

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"

View File

@ -85,6 +85,7 @@ export default {
}
},
mounted() {
this.$store.commit('setMobileLayoutStatus', false)
// init all views (include plugins) base info
localStorage.removeItem('plugin-views')
pluginTypes().then(res => {