日志管理+任务管理
This commit is contained in:
@@ -49,7 +49,12 @@ const local: any = {
|
||||
yesOrNo: {
|
||||
yes: 'Yes',
|
||||
no: 'No'
|
||||
}
|
||||
},
|
||||
ms: 'ms',
|
||||
normal: 'Nomal',
|
||||
abnormal: 'Abnormal',
|
||||
export: 'Export',
|
||||
loading: 'Loading',
|
||||
},
|
||||
request: {
|
||||
logout: 'Logout user after request failed',
|
||||
@@ -483,6 +488,36 @@ const local: any = {
|
||||
},
|
||||
addDict: 'Add Dictionary',
|
||||
editDict: 'Edit Dictionary'
|
||||
},
|
||||
log:{
|
||||
logId:'Log ID',
|
||||
module:'System Module',
|
||||
operType:'Operation Type',
|
||||
operName:'Operator',
|
||||
operIp:'Operation Address',
|
||||
operArea:'Operation Location',
|
||||
operStatus:'Status',
|
||||
operTime:'Operation Date',
|
||||
useTime:'Time Consumption',
|
||||
backUser:'Back User',
|
||||
phoneUser:'Phone User',
|
||||
other:'Other',
|
||||
},
|
||||
task:{
|
||||
taskId:'ID',
|
||||
taskName:'Name',
|
||||
group:'Group',
|
||||
invoke:'Invoke',
|
||||
cron:'Cron',
|
||||
status:'Status',
|
||||
log:'Log',
|
||||
createTime:'Create Time',
|
||||
targetParams:'Arguments',
|
||||
remark:'Remark',
|
||||
viewJob:'View Job',
|
||||
addJob:'Add Job',
|
||||
editJob:'Edit Job',
|
||||
getInfoError:'Get Info Error',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user