Procházet zdrojové kódy

课堂巡查 日期列表回显

长阳分支推送专用
ndbs před 2 roky
rodič
revize
149b7dae9f
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +6
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ClassPatrol/Index.js

+ 6
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ClassPatrol/Index.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit