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',