From 149b7dae9fe03c164986ec7de34ed79041d80b58 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 11 Oct 2022 10:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E5=A0=82=E5=B7=A1=E6=9F=A5=20?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E5=88=97=E8=A1=A8=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/PersonnelManagement/Views/ClassPatrol/Index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ClassPatrol/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ClassPatrol/Index.js index c14bfe9c6..dd231f67f 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ClassPatrol/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ClassPatrol/Index.js @@ -70,7 +70,12 @@ var bootstrap = function ($, learun) { $('#gridtable').lrAuthorizeJfGrid({ url: top.$.rootUrl + '/PersonnelManagement/ClassPatrol/GetPageList', headData: [ - { label: "时间", name: "Time", width: 100, align: "left"}, + { + label: "时间", name: "Time", width: 100, align: "left", + formatter: function (cellvalue) { + return learun.formatDate(cellvalue, 'yyyy-MM-dd'); + } + }, { label: "课节", name: "Section", width: 100, align: "left"}, { label: "教师", name: "EmpNo", width: 100, align: "left", formatterAsync: function (callback, value, row, op,$cell) {