Update index.html

This commit is contained in:
Anyon 2019-11-29 17:55:51 +08:00
parent 2805788f7a
commit af9e9defab

View File

@ -81,7 +81,7 @@
<td class='text-left nowrap'>
计划执行:{$vo.exec_time|format_datetime}<br>
{if !empty($vo.enter_time) && !empty($vo.outer_time)}
开始时间:{$vo.enter_time|format_datetime} 耗时 <b class="color-blue">{$vo.outer_time-$vo.enter_time}</b>
执行时间:{$vo.enter_time|format_datetime} 耗时 <b class="color-blue">{$vo.outer_time-$vo.enter_time}</b>
{else}
创建时间:{$vo.create_at|format_datetime}
{/if}