@_sysTaskList status=status pageIndex=pageNum count=numPerPage>
| ID | 任务名 | 说明 | 表达式 | 任务计划脚本 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| ${a.id!} | ${(a.name)!} | ${(a.description)!} | ${(a.cronExpression)!} | ${(a.filePath)!} | <@t.m 'status.task.'+a.status/> | <#if a.status=0> 立刻执行 暂停 <#elseif a.status=2> 恢复 <#elseif a.status=3||a.status=1> 重新初始化 #if> 查看日志 |