From 36ab591cdb15a140a02c86c0fa28bb4377b0edc3 Mon Sep 17 00:00:00 2001 From: hdm Date: Fri, 5 Aug 2022 11:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BB=BB=E5=8A=A1=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E8=83=8C=E6=99=AF=E8=89=B2=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/index/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/home/view/index/main.html b/app/home/view/index/main.html index ae1b2b3..611fe12 100644 --- a/app/home/view/index/main.html +++ b/app/home/view/index/main.html @@ -380,7 +380,7 @@ } }, {field: 'status', title: '状态', align: 'center', width: 80, templet: function (d) { - var html = '' + d.status_name + ''; + var html = '' + d.status_name + ''; return html; } }, @@ -401,7 +401,7 @@ } }, {field: 'flow_status', title: '状态', align: 'center', width: 80, templet: function (d) { - var html = '' + d.flow_name + ''; + var html = '' + d.flow_name + ''; return html; } },