浏览代码

1

新疆影视学院高职
ndbs 2 年前
父节点
当前提交
6d3cc4716a
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 查看文件

@@ -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) {
learun.clientdata.getAsync('dataItem', {
key: value,
code: 'ExamType',
callback: function (_data) {
console.log(_data.text,"_data")
callback(_data.text);
}
});


正在加载...
取消
保存