From 80ee1c05ff661fde17a5507c082176ed7b6c08f9 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Tue, 12 Nov 2024 19:01:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=85=B3=E9=94=AE=E6=8C=87=E6=A0=87?= =?UTF-8?q?=E6=A6=82=E8=A7=88=E7=95=8C=E9=9D=A2=E9=87=8D=E6=9E=84=EF=BC=88?= =?UTF-8?q?grafana=E6=A0=87=E5=87=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 3 + src/i18n/locales/zh-CN.ts | 3 + src/views/perfManage/kpiOverView/index.vue | 621 ++++++++------------- 3 files changed, 230 insertions(+), 397 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 5efa3e7f..3bca6233 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1096,6 +1096,9 @@ export default { "layout3": "Layout 3" }, kpiOverView:{ + "kpiName":"NE Metrics Name", + "maxValue":"Max Value", + "minValue":"Min Value", "kpiChartTitle":"Overview of NE metrics", "changeLine":"Change to Line Charts", "changeBar":"Change to Bar Charts", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 18cb6da9..5d1ba365 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1096,6 +1096,9 @@ export default { "layout3": "布局3" }, kpiOverView:{ + "kpiName":"指标名", + "maxValue":"最大值", + "minValue":"最小值", "kpiChartTitle":"网元指标概览", "changeLine":"切换为折线图", "changeBar":"切换为柱状图", diff --git a/src/views/perfManage/kpiOverView/index.vue b/src/views/perfManage/kpiOverView/index.vue index 332be093..171727f7 100644 --- a/src/views/perfManage/kpiOverView/index.vue +++ b/src/views/perfManage/kpiOverView/index.vue @@ -1,53 +1,20 @@