From 84992c49216915092522ce51698c518530a4147a Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 25 Mar 2025 17:16:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E6=B1=87=E6=80=BB?= =?UTF-8?q?=E8=A1=A8=E6=80=BB=E8=AE=A1=EF=BC=8C=E6=94=AF=E6=8C=81=E5=AF=B9?= =?UTF-8?q?=E6=95=B0=E5=80=BC=E7=B1=BB=E5=AD=97=E6=AE=B5=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=B1=87=E6=80=BB=20#12878?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整记录数的选择显示 --- .../components/BasicStyleSelector.vue | 28 ------------------- .../components/SummarySelector.vue | 6 ++-- 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue index 551b22d8f2..9eaebe297e 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue @@ -896,34 +896,6 @@ onMounted(() => { - { - return getAxisList() + const l = getAxisList() + console.log(l) + return l }) const summaryTypes = [ { key: 'sum', name: t('chart.sum') }, @@ -151,7 +153,7 @@ onMounted(() => { v-for="c in computedAxis" :key="c.dataeaseName" :value="c.dataeaseName" - :label="c.chartShowName ?? c.description" + :label="c.chartShowName ?? c.name" />