diff --git a/src/main/webapp/assets/modular/system/timers/timers.js b/src/main/webapp/assets/modular/system/timers/timers.js index 9e545f3c..63034757 100644 --- a/src/main/webapp/assets/modular/system/timers/timers.js +++ b/src/main/webapp/assets/modular/system/timers/timers.js @@ -22,6 +22,7 @@ layui.use(['table', 'admin', 'form', 'func', 'HttpRequest', 'dropdown'], functio {field: 'actionClass', sort: true, title: '任务class'}, {field: 'remark', sort: true, title: '备注信息'}, {field: 'jobStatus', sort: true, templet: '#statusTpl', title: '状态'}, + {field: 'createUserName', title: '创建人'}, {align: 'center', toolbar: '#tableBar', title: '操作'} ]]; };