<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="定时任务列表" libs=["table"]/>
<@f.form id="job-form">
  • <@ctx.i18n text = "任务名称"/>:
  • <@ctx.i18n text = "任务分组"/>: <@f.select name="jobGroup" blankValue="" blankLabel="所有" dictType="sys_job_group" />
  • <@ctx.i18n text = "任务状态"/>: <@f.select name="status" blankValue="" blankLabel="所有" dictType="sys_job_status" />
  •  搜索  重置
<@table id="bootstrap-table"> <@shiro.hasPermission name="sys:job:add">  <@ctx.i18n text = "新增"/> <@shiro.hasPermission name="sys:job:edit">  <@ctx.i18n text = "修改"/> <@shiro.hasPermission name="sys:job:del"> <@ctx.i18n text = "删除"/> <@shiro.hasPermission name="sys:job:loglist"> 日志
<@footer>