--日志板块

This commit is contained in:
lai
2023-11-10 18:25:56 +08:00
parent b8190bd640
commit ca4493aaa6
12 changed files with 330 additions and 151 deletions

View File

@@ -509,6 +509,38 @@ export default {
save:'Save',
noChange:'There is no change in the alarm forwarding interface settings.',
forwardSet:'Alarm forwarding interface setting',
},
},
logManage:{
alarm:{
type:'NE Type',
neId:'NE UID',
alarmId:'Alarm ID',
alarmSeq:'Sequece Number',
alarmCode:'Alarm Code',
alarmStatus:'Severity',
eventTime:'Event Time',
logTime:'Recording Time',
status:'Status',
},
mml:{
account:'Account',
ip:'IP',
type:'NE Type',
neId:'NE ID',
MML:'MML',
logTime:'Log Time'
},
forwarding:{
type:'NE Type',
neId:'NE UID',
alarmId:'Alarm ID',
alarmSeq:'Sequece Number',
alarmObj:'Object',
alarmTitle:'Alarm Title',
alarmInfo:'Alarm Content',
eventTime:'Generation time',
logTime:'Record Time'
}
},
monitor: {
@@ -742,6 +774,49 @@ export default {
codeTip:'Please enter the position code correctly',
nameTip:'Please enter the position name correctly',
delSure:'Confirm to delete the data item with post number [{postId}]?',
},
log:{
operate:{
operId:'Log Number',
moduleName:'Module Name',
workType:'Business Type',
operUser:'Operator',
requestMe:'Request Method',
host:'Request Host',
operStatus:'Operation Status',
operDate:'Operation Date',
useTime:'Consumption Time',
logInfo:'Operation Log Information',
delSure:'Are you sure to delete the data item with access number [{ids}]?',
delAllSure:'Confirm to clear all login log data items?',
delAllSuss:'Cleared successfully',
operModule:'Operation module',
operTime:'operation time',
delAll:'Clear',
fail:'Failed',
suss:'Normal',
RequestIp:'Request Address',
operMe:'Operation Method',
reqParam:'Request Parameter',
operInfo:'Operation Information',
},
login:{
operId:'Log ID',
account:'Login Account',
loginIp:'Login Address',
loginLoc:'Login Location',
os:'operating System',
browser:'Browser',
status:'Status',
info:'Login Information',
loginTime:'Login Time',
delSure:'Are you sure to delete the data item with access number [{ids}]?',
delAllSure:'Confirm to clear all login log data items?',
delAll:'Clear',
unlock:'Unlock',
unlockSuss:'{userName} unlocked successfully',
unlockSure:'Confirm to unlock user [{username}] data item?',
}
}
},
},

View File

@@ -511,6 +511,38 @@ export default {
forwardSet:'告警前转接口设置',
}
},
logManage:{
alarm:{
type:'网元类型',
neId:'告警网元标识',
alarmId:'告警唯一标识',
alarmSeq:'告警流水号',
alarmCode:'告警编号',
alarmStatus:'原始告警级别',
eventTime:'告警产生时间',
logTime:'记录时间',
status:'告警状态'
},
mml:{
account:'登录账号',
ip:'IP地址',
type:'网元类型',
neId:'网元唯一标识',
MML:'MML',
logTime:'log Time'
},
forwarding:{
type:'网元类型',
neId:'告警网元标识',
alarmId:'告警唯一标识',
alarmSeq:'告警流水号',
alarmObj:'告警前转对象',
alarmTitle:'告警标题',
alarmInfo:'告警内容',
eventTime:'告警产生时间',
logTime:'记录时间'
}
},
monitor: {
session: {
userName: "登录账号",
@@ -742,6 +774,49 @@ export default {
codeTip:'请正确输入岗位编码',
nameTip:'请正确输入岗位名称',
delSure:'确认删除岗位编号为 【{postId}】 的数据项?',
},
log:{
operate:{
operId:'日志编号',
moduleName:'模块名称',
workType:'业务类型',
operUser:'操作人员',
requestMe:'请求方式',
host:'请求主机',
operStatus:'操作状态',
operDate:'操作日期',
useTime:'消耗时间',
logInfo:'操作日志信息',
delSure:'确认删除访问编号为 【{ids}】 的数据项吗?',
delAllSure:'确认清空所有登录日志数据项?',
delAllSuss:'清空成功',
operModule:'操作模块',
operTime:'操作时间',
delAll:'清空',
fail:'失败',
suss:'正常',
RequestIp:'请求地址',
operMe:'操作方法',
reqParam:'请求参数',
operInfo:'操作信息',
},
login:{
operId:'日志编号',
account:'登录账号',
loginIp:'登录地址',
loginLoc:'登录地点',
os:'操作系统',
browser:'浏览器',
status:'登录状态',
info:'登录信息',
loginTime:'登录时间',
delSure:'确认删除访问编号为 【{ids}】 的数据项吗?',
delAllSure:'确认清空所有登录日志数据项?',
delAll:'清空',
unlock:'解锁',
unlockSuss:'{userName} 解锁成功',
unlockSure:'确认解锁用户 【{username}】 数据项?',
}
}
},
},