From 178e4dfd85743a46893896efcaf09c6b10a3ba18 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 3 Dec 2019 10:33:16 +0800 Subject: [PATCH] Update index.html --- app/admin/view/queue/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index d0e233b20..ffa355ae0 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -79,9 +79,9 @@ 任务指令:{$vo.command|default=''} - 计划执行:{$vo.exec_time|format_datetime}
- {if in_array($vo.status, ['3', '4'])} - 执行时间:{$vo.enter_time|format_datetime}( 耗时 {$vo.outer_time-$vo.enter_time} 秒 ) + 计划时间:{$vo.exec_time|format_datetime}
+ {if in_array($vo.status,['3','4'])} + 执行时间:{$vo.enter_time|format_datetime}( 耗时 {:round($vo.outer_time-$vo.enter_time,4)} 秒 ) {else} 创建时间:{$vo.create_at|format_datetime} {/if}