From e81291c7ab40d0d2c9a609c2d53b24565a5fca66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 31 Jul 2021 15:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 1f678c9ee..e5dd219e3 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -82,7 +82,7 @@ } }, { - field: 'enter_time', title: '开始时间', minWidth: 180, templet: function (d) { + field: 'enter_time', title: '执行时间', minWidth: 180, templet: function (d) { d.enter_time = d.enter_time || '', d.outer_time = d.outer_time || '0.0000'; if (d.enter_time.length > 12) { return d.enter_time.substr(12) + ' ( 耗时 ' + d.outer_time + ' )';