소스 검색

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);
}
});


불러오는 중...
취소
저장