Update index.html

This commit is contained in:
Anyon 2019-12-03 10:33:16 +08:00
parent afca86691b
commit 178e4dfd85

View File

@ -79,9 +79,9 @@
<span class="color-desc">任务指令:{$vo.command|default=''}</span>
</td>
<td class='text-left nowrap'>
计划执行{$vo.exec_time|format_datetime}<br>
{if in_array($vo.status, ['3', '4'])}
执行时间:{$vo.enter_time|format_datetime} 耗时 <b class="color-blue">{$vo.outer_time-$vo.enter_time}</b>
计划时间{$vo.exec_time|format_datetime}<br>
{if in_array($vo.status,['3','4'])}
执行时间:{$vo.enter_time|format_datetime} 耗时 <b class="color-blue">{:round($vo.outer_time-$vo.enter_time,4)}</b>
{else}
创建时间:{$vo.create_at|format_datetime}
{/if}