commit
dc2bfc4527
@ -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"
|
||||
|
||||
@ -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 => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user