查询
#if($shiro.hasPermission("sys:schedule:save"))
新增
#end
#if($shiro.hasPermission("sys:schedule:update"))
修改
#end
#if($shiro.hasPermission("sys:schedule:delete"))
删除
#end
#if($shiro.hasPermission("sys:schedule:pause"))
暂停
#end
#if($shiro.hasPermission("sys:schedule:resume"))
恢复
#end
#if($shiro.hasPermission("sys:schedule:run"))
立即执行
#end
#if($shiro.hasPermission("sys:schedule:log"))
日志列表
#end