From d0d185f8efb84d86c9589654490360a590a3cbcd Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 2 Jul 2024 17:53:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=A0=87=E9=A2=98=E6=97=B6=EF=BC=8C=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E4=BB=8D=E4=BC=9A=E6=98=BE=E7=A4=BA=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index ede289b4d4..93f940df2a 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -282,7 +282,7 @@ const initTitle = () => { ) } - state.title_remark.show = customStyle.text.remarkShow + state.title_remark.show = customStyle.text.show && customStyle.text.remarkShow state.title_remark.remark = customStyle.text.remark } }