From 2f8de7f392460db11cd05a795c46728871b80096 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 20 Jun 2025 17:26:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E4=B8=8B=E6=8B=89=E6=A1=86=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/SummarySelector.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue index 6da3363035..d39043531d 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue @@ -146,6 +146,7 @@ onMounted(() => { v-model="state.currentAxis" :class="'form-item-' + themes" class="form-item" + :effect="themes" @change="onSelectAxis" > { v-model="state.currentAxisSummary.summary" :class="'form-item-' + themes" class="form-item" + :effect="themes" :disabled="!state.currentAxisSummary.show" @change="changeBasicStyle('seriesSummary')" >