From bc857f7b24009a7fb251f19507fa60ead48cc71b Mon Sep 17 00:00:00 2001 From: Yiru Date: Wed, 17 Jan 2024 10:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BB=BB=E5=8B=99=E6=80=A7IP?= =?UTF-8?q?QC=E6=97=A5=E6=9C=9F=E9=A1=AF=E7=A4=BA=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Views/SPC/SPC006.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AMESCoreStudio.Web/Views/SPC/SPC006.cshtml b/AMESCoreStudio.Web/Views/SPC/SPC006.cshtml index 6fc2fd39..736c5ccc 100644 --- a/AMESCoreStudio.Web/Views/SPC/SPC006.cshtml +++ b/AMESCoreStudio.Web/Views/SPC/SPC006.cshtml @@ -136,7 +136,7 @@ { field: 'createDate', title: '建立日期', - templet: '
{{ layui.util.toDateString(d.openTime, "yyyy/MM/dd HH:mm:ss") }}
' + templet: '
{{ layui.util.toDateString(d.createDate, "yyyy/MM/dd HH:mm:ss") }}
' }, { field: 'checkUserName', @@ -146,7 +146,7 @@ { field: 'checkDate', title: '確認時間', - templet: '
{{ layui.util.toDateString(d.closeTime, "yyyy/MM/dd HH:mm:ss") }}
' + templet: '
{{ layui.util.toDateString(d.checkDate, "yyyy/MM/dd HH:mm:ss") }}
' }, { field: 'checkContent',