From bf3fa3ea641b1c10fc45c7182ef7e3b0056725a6 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 8 Apr 2025 14:35:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E6=95=B0=E5=80=BC?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=86=85=EF=BC=8C=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E7=AE=80=E7=A7=B0=20#14335?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor-style/components/DualYAxisSelectorInner.vue | 2 +- .../editor/editor-style/components/LabelSelector.vue | 10 +++++----- .../editor/editor-style/components/TooltipSelector.vue | 2 +- .../editor/editor-style/components/XAxisSelector.vue | 2 +- .../editor/editor-style/components/YAxisSelector.vue | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue index 6c8f314561..f220125c70 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue @@ -569,7 +569,7 @@ onMounted(() => { v-model="state.axisForm.axisLabelFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeAxisStyle('axisLabelFormatter.unit')" + @change="changeAxisStyle('axisLabelFormatter')" > { :effect="themes" v-model="state.labelForm.totalFormatter.unit" :placeholder="$t('chart.pls_select_field')" - @change="changeLabelAttr('totalFormatter.unit')" + @change="changeLabelAttr('totalFormatter')" > { v-model="state.labelForm.quotaLabelFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeLabelAttr('quotaLabelFormatter.unit')" + @change="changeLabelAttr('quotaLabelFormatter')" > { :effect="themes" v-model="state.labelForm.labelFormatter.unit" :placeholder="$t('chart.pls_select_field')" - @change="changeLabelAttr('labelFormatter.unit')" + @change="changeLabelAttr('labelFormatter')" > { v-model="state.tooltipForm.tooltipFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeTooltipAttr('tooltipFormatter.unit')" + @change="changeTooltipAttr('tooltipFormatter')" > { v-model="state.axisForm.axisLabelFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeAxisStyle('axisLabelFormatter.unit')" + @change="changeAxisStyle('axisLabelFormatter')" > { v-model="state.axisForm.axisLabelFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeAxisStyle('axisLabelFormatter.unit')" + @change="changeAxisStyle('axisLabelFormatter')" >