perf: 优化实体详情标题样式

This commit is contained in:
chenjinsong
2022-02-08 18:15:58 +08:00
parent f365d8bb11
commit 088f1980e1
9 changed files with 52 additions and 14 deletions

View File

@@ -25,7 +25,7 @@
<!-- 数据查询后传入chart组件chart组件内不查询只根据接传递的数据来渲染 -->
<chart
ref="chart"
v-if="((!isGroup) || !(chartInfo.params && chartInfo.params.collpase)) && !isTitle"
v-if="((!isGroup) || !(chartInfo.params && chartInfo.params.collapse)) && !isTitle"
:chart-data="chartData"
:result-type="resultType"
:chart-info="chartInfo"