From fa0ffbe8573cefe1df285295ae3f865598e584fb Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Wed, 20 Jul 2022 11:54:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=89=E4=BA=9B?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E7=9A=84header=E6=84=8F=E5=A4=96=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts/PanelChartList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/charts/PanelChartList.vue b/src/views/charts/PanelChartList.vue index a5b7dac1..f489a7c4 100644 --- a/src/views/charts/PanelChartList.vue +++ b/src/views/charts/PanelChartList.vue @@ -213,7 +213,7 @@ export default { this.noData = !n || n.length < 1 const tempList = n.map(item => { - if (item.params) { + if (item.params && typeof (item.params.showHeader) === 'undefined') { item.params.showHeader = true } const height = item.h