{extend name='main'} {block name="button"} {if auth("remove")} {/if} {if auth("start") && $iswin} {/if} {if auth("stop") && $iswin} {/if} {/block} {block name="content"}
{include file='queue/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
任务信息 任务时间 任务状态
任务名称:{$vo.title|default=''}
任务指令:{$vo.command|default=''}
创建时间:{$vo.create_at|format_datetime} / {$vo.time|format_datetime}
执行时间:{$vo.start_at|format_datetime} / {$vo.end_at|format_datetime}
任务状态:{eq name='vo.double' value='1'} {else} {/eq} {eq name='vo.status' value='1'} 待处理 {elseif $vo.status eq 2} 处理中 {elseif $vo.status eq 3} 处理完成 {elseif $vo.status eq 4} 处理失败 {/eq} {if auth("admin/queue/remove") and in_array($vo.status,[1,3,4])} {/if}
状态描述:{$vo.desc|raw|default="没有获取到状态描述"}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}