From 1933f8f9f7d94a271d059ef10f746da51133cec5 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 26 Oct 2023 18:28:30 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3273=20fix=EF=BC=9ADashboard=E4=B8=AD?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=9B=BE=E8=A1=A8=E6=95=B0=E6=8D=AE=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=BAMetrics=E6=97=B6=EF=BC=8CType=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E5=86=85=E5=AE=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/project/meta2d/meta2dData.vue | 2 +- .../src/components/common/rightBox/chart/chartConfig.vue | 2 +- .../src/components/page/dashboard/explore/exploreItem.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/common/project/meta2d/meta2dData.vue b/nezha-fronted/src/components/common/project/meta2d/meta2dData.vue index 1482455b5..2cc112c0f 100644 --- a/nezha-fronted/src/components/common/project/meta2d/meta2dData.vue +++ b/nezha-fronted/src/components/common/project/meta2d/meta2dData.vue @@ -144,7 +144,7 @@
{{$t('overall.type')}}  -
{{$t('dashboard.dashboard.chartForm.legendTip')}}
+
{{$t('dashboard.dashboard.chartForm.queryTypeTip')}}
diff --git a/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue b/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue index d485b4870..8049fa2d7 100644 --- a/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue +++ b/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue @@ -117,7 +117,7 @@
{{$t('overall.type')}}  -
{{$t('dashboard.dashboard.chartForm.legendTip')}}
+
{{$t('dashboard.dashboard.chartForm.queryTypeTip')}}
diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index e84cca5b7..6053afd25 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -182,7 +182,7 @@
{{$t('overall.type')}}  -
{{$t('dashboard.dashboard.chartForm.legendTip')}}
+
{{$t('dashboard.dashboard.chartForm.queryTypeTip')}}