Browse Source

1

新疆影视学院高职
ndbs 2 years ago
parent
commit
6d3cc4716a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/Index.js

+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/Index.js View File

@@ -252,12 +252,13 @@ var bootstrap = function ($, learun) {
} }
}, },
{ {
label: "考试类型", name: "StudyScore", width: 80, align: "left",
label: "考试类型", name: "ExamType", width: 80, align: "left",
formatterAsync: function (callback, value, row, op, $cell) { formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('dataItem', { learun.clientdata.getAsync('dataItem', {
key: value, key: value,
code: 'ExamType', code: 'ExamType',
callback: function (_data) { callback: function (_data) {
console.log(_data.text,"_data")
callback(_data.text); callback(_data.text);
} }
}); });


Loading…
Cancel
Save