diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/Index.js index f8c326aef..81ac9f950 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/Index.js @@ -120,7 +120,12 @@ var bootstrap = function ($, learun) { url: top.$.rootUrl + '/EducationalAdministration/ArrangeLessonTerm/GetPageList', headData: [ { label: '标识列', name: 'ALTId', width: 200, align: "left" }, - { label: '上课日期', name: 'LessonDate', width: 200, align: "left" }, + { + label: '上课日期', name: 'LessonDate', width: 200, align: "left", + formatter: function (cellvalue) { + return learun.formatDate(cellvalue, 'yyyy-MM-dd'); + } + }, { label: '学年度', name: 'AcademicYearNo', width: 200, align: "left" }, { label: '学期', name: 'Semester', width: 200, align: "left" }, { label: '系所码', name: 'DeptNo', width: 200, align: "left" },