From 48b0fed12f9ef5018ee5c10ecd049ecdaa710e3b Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 20 Dec 2022 19:22:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20=E6=9F=B1=E7=8A=B6?= =?UTF-8?q?=E5=9B=BE=E3=80=81=E6=8A=98=E7=BA=BF=E5=9B=BE=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E9=9A=90=E8=97=8F=E7=A9=BA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/senior/FunctionCfg.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/components/senior/FunctionCfg.vue b/frontend/src/views/chart/components/senior/FunctionCfg.vue index 31f96f2968..835e6b48fc 100644 --- a/frontend/src/views/chart/components/senior/FunctionCfg.vue +++ b/frontend/src/views/chart/components/senior/FunctionCfg.vue @@ -76,8 +76,11 @@ v-model="functionForm.emptyDataStrategy" @change="changeFunctionCfg" > - {{ $t('chart.break_line') }} - {{ $t('chart.set_zero') }} + {{ chart.type.includes('bar')?$t('chart.set_zero'):$t('chart.break_line') }} + {{ $t('chart.set_zero') }} {{ $t('chart.ignore_data') }}