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

View File

@@ -49,7 +49,12 @@ const local:any = {
yesOrNo: {
yes: '是',
no: '否'
}
},
ms: '毫秒',
normal: '正常',
abnormal: '异常',
export:'导出',
loading: '加载中...',
},
request: {
logout: '请求失败后登出用户',
@@ -483,6 +488,37 @@ const local:any = {
},
addDict: '新增字典',
editDict: '编辑字典'
},
log:{
logId:'日志编号',
module:'系统模块',
operType:'操作类型',
operName:'操作人员',
operIp:'操作地址',
operArea:'操作地点',
operStatus:'操作状态',
operTime:'操作日期',
useTime:'消耗时间',
backUser:'后台用户',
phoneUser:'手机用户',
other:'其他',
},
task:{
taskId:'ID',
taskName:'任务名称',
group:'任务组名',
invoke:'调用目标',
cron:'cron表达式',
status:'状态',
log:'记录日志',
createTime:'创建时间',
targetParams:'传入参数',
remark:'备注',
viewJob:'查看任务',
addJob:'新增任务',
editJob:'编辑任务',
viewInfoErr:'查看异常信息',
getInfoError:'获取信息失败',
}
}
},