|
|
@@ -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) { |
|
|
|