From afca86691bb64bc0b6951895deb3801ae50b3197 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 3 Dec 2019 10:26:43 +0800 Subject: [PATCH] ComposerUpdate --- app/admin/view/queue/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index 670fce16e..d0e233b20 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -80,7 +80,7 @@ 计划执行:{$vo.exec_time|format_datetime}
- {if !empty($vo.enter_time) && !empty($vo.outer_time)} + {if in_array($vo.status, ['3', '4'])} 执行时间:{$vo.enter_time|format_datetime}( 耗时 {$vo.outer_time-$vo.enter_time} 秒 ) {else} 创建时间:{$vo.create_at|format_datetime}