自定义指标界面

This commit is contained in:
lai
2024-02-29 10:21:26 +08:00
parent b7d02ff669
commit 92b2a4fb37
4 changed files with 642 additions and 275 deletions

View File

@@ -765,6 +765,20 @@ export default {
exportEmpty: "Export data is empty",
showChartSelected: "Show All",
realTimeData: "Real Time 5s Data",
},
customTarget:{
kpiId:' Custom Indicator',
period:' Granularity',
title:' Custom Indicator Title',
objectType:' Object type',
expression:'Expression',
description:' Description',
kpiSet:' Statistical Settings',
delCustomTip:'Confirm deletion of data item with record number {num}?',
delCustom:' Successfully delete record number {num} custom indicator',
addCustom:' Add custom indicator',
editCustom:' Edit Custom indicator',
errorCustomInfo: 'Failed to get information',
}
},
traceManage: {