|
|
@@ -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" }, |
|
|
|