2
0

日志管理+任务管理

This commit is contained in:
lai
2024-12-13 19:14:32 +08:00
parent 57e33781d1
commit e0d991da15
20 changed files with 1472 additions and 39 deletions

View File

@@ -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',
}
}
},