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 @@
{
:disabled="isRealtime"
@change="handleDateChange"
/>
-
-
-
-
- {{ t('views.perfManage.kpiOverView.chooseMetrics') }}
-
-
-
-
-
-
- {{
- chartType === 'line'
- ? t('views.perfManage.kpiOverView.changeBar')
- : t('views.perfManage.kpiOverView.changeLine')
- }}
-
-
+
-
-
- {{ current + 1 }} / {{ total }}
-
-
-
-
-
-
-
- {{neType.toUpperCase()}}
-
- {{ neType.toUpperCase() }}
-
-
-
-
-
-
-
-
- ({{ secondaryKPIs[neType].length }})
-
-
-
-
-
-
-
-
+