From 6d3cc4716a73b0c026af24bfeccf5f5d125b2560 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 23 Jun 2022 10:30:06 +0800 Subject: [PATCH] 1 --- .../Areas/EducationalAdministration/Views/ClassPlan/Index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/Index.js index f1c276239..f151e5413 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/Index.js +++ b/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); } });