refactor: 优化告警相关API去除SQL查询

This commit is contained in:
TsMask
2025-02-28 15:56:18 +08:00
parent 7ccaf6df65
commit 1e2824657c
12 changed files with 879 additions and 1109 deletions

View File

@@ -1096,13 +1096,9 @@ export default {
faultManage: {
activeAlarm: {
all:'All',
neType: 'NE Type',
neName: 'NE Name',
neId: 'NE UID',
alarmCode: 'Alarm Code',
origLevel: 'Severity',
eventTime: 'Event Time',
pvFlag: 'PV Flag',
alarmType: 'Alarm Type',
confirm: 'Confirm',
updateConfirm: 'Cancel Confirm',
@@ -1111,7 +1107,7 @@ export default {
mySelf: 'Personalization',
exportAll: 'Export All',
disPlayFilfter: 'Display Filters',
alarmId:'ID',
alarmId:'Alarm ID',
alarmTitle:'Title',
clearUser:'Clear User',
clearType:'Clear Type',
@@ -1160,12 +1156,13 @@ export default {
},
logManage:{
alarm:{
type:'NE Type',
neId:'NE UID',
alarmId:'Alarm ID',
alarmSeq:'Sequence Number',
alarmCode:'Alarm Code',
alarmTitle: 'Alarm Time',
alarmStatus:'Status',
alarmType:'Alarm Type',
origSeverity:'Severity',
eventTime:'Event Time',
logTime:'Recording Time',
status:'Status',
@@ -1179,14 +1176,16 @@ export default {
logTime:'Log Time'
},
forwarding:{
type:'NE Type',
neId:'NE UID',
alarmId:'Alarm ID',
alarmSeq:'Sequence Number',
alarmCode:'Alarm Code',
alarmObj:'Forward Users',
alarmInter:'Forward Interface',
alarmTitle:'Alarm Title',
alarmInfo:'Operation Results',
alarmStatus:'Status',
alarmType:'Alarm Type',
origSeverity:'Severity',
eventTime:'Event Time',
logTime:'Log Time'
},