feat:关键指标概览界面重构(grafana标准)

This commit is contained in:
zhongzm
2024-11-12 19:01:28 +08:00
parent d7990a6ee5
commit 80ee1c05ff
3 changed files with 230 additions and 397 deletions

View File

@@ -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",

View File

@@ -1096,6 +1096,9 @@ export default {
"layout3": "布局3"
},
kpiOverView:{
"kpiName":"指标名",
"maxValue":"最大值",
"minValue":"最小值",
"kpiChartTitle":"网元指标概览",
"changeLine":"切换为折线图",
"changeBar":"切换为柱状图",