|
|
@@ -71,7 +71,7 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "课程类型", name: "LessonTypeId", width: 200, align: "left", |
|
|
|
label: "课程类型", name: "LessonTypeId", width: 100, align: "left", |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|
learun.clientdata.getAsync('custmerData', { |
|
|
|
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', |
|
|
@@ -83,6 +83,7 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "课程编号", name: "LessonNo", width: 100, align: "left" }, |
|
|
|
{ label: "课程名称", name: "LessonName", width: 200, align: "left" }, |
|
|
|
{ label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, |
|
|
|
{ label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, |
|
|
|