From 759152129cf028a1994f3cbf01cbb4b901f81d3d Mon Sep 17 00:00:00 2001 From: likexuan Date: Wed, 20 Jul 2022 15:32:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20chartRightBox=20=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/chart/otherChartConfig.vue | 4 ++-- .../components/common/rightBox/chart/systemChartConfig.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/chart/otherChartConfig.vue b/nezha-fronted/src/components/common/rightBox/chart/otherChartConfig.vue index a16287e83..aab7518f2 100644 --- a/nezha-fronted/src/components/common/rightBox/chart/otherChartConfig.vue +++ b/nezha-fronted/src/components/common/rightBox/chart/otherChartConfig.vue @@ -239,8 +239,8 @@ size="small" @change="change" > - - + {{$t('overall.show')}} + {{$t('overall.hidden')}} diff --git a/nezha-fronted/src/components/common/rightBox/chart/systemChartConfig.vue b/nezha-fronted/src/components/common/rightBox/chart/systemChartConfig.vue index 0f4bba8a3..e3ab955ae 100644 --- a/nezha-fronted/src/components/common/rightBox/chart/systemChartConfig.vue +++ b/nezha-fronted/src/components/common/rightBox/chart/systemChartConfig.vue @@ -769,8 +769,8 @@ size="small" @change="change" > - - + {{$t('overall.show')}} + {{$t('overall.hidden')}}