perf(视图): 插件视图样式设置无法加载

This commit is contained in:
fit2cloud-chenyw 2022-11-09 14:36:35 +08:00
parent ed4a7d80c3
commit 55c7a9bfbe

View File

@ -1,7 +1,7 @@
<template>
<el-row class="view-panel">
<div
v-if="properties.length===0"
v-if="!pluginShow && properties.length===0"
class="no-properties"
>
{{ $t('chart.chart_no_properties') }}
@ -376,7 +376,10 @@ export default {
},
properties: {
type: Array,
required: true
required: true,
default: () => {
return []
}
},
dimensionData: {
type: Array,