style: 修改kpi表头提示,关闭排序

This commit is contained in:
TsMask
2025-01-20 20:22:02 +08:00
parent 721ec4a5da
commit 80b9cd83fb
6 changed files with 59 additions and 31 deletions

View File

@@ -978,9 +978,13 @@ export default {
kpiOverView:{
"kpiName":"NE Metrics Name",
"maxValue":"Max",
"maxValueTip":"The max value of metric data within the user's filtered time range.",
"minValue":"Min",
"minValueTip":"The min value of metric data within the user's filtered time range.",
"avgValue":"Avg",
"totalValue":"Total",
"avgValueTip":"The average value of metric data within the user's filtered time range.",
"totalValue":"Sum",
"totalValueTip":"The sum value of metric data within the user's filtered time range.",
"kpiChartTitle":"Overview of NE metrics",
"changeLine":"Change to Line Charts",
"changeBar":"Change to Bar Charts",