From 9599aa3fe5d43d1938bbe4e06f63a1d892a4b061 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Wed, 24 Aug 2022 16:06:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=95=99?= =?UTF-8?q?=E5=B8=88=E5=B7=A5=E4=BD=9C=E9=87=8F=EF=BC=9A=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Statistics/TeacherWorkload.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Statistics/TeacherWorkload.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Statistics/TeacherWorkload.js index 2f3b32d10..e7f78bba3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Statistics/TeacherWorkload.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Statistics/TeacherWorkload.js @@ -48,7 +48,11 @@ var bootstrap = function ($, learun) { { label: '教师编号', name: 'EmpNo', width: 100, align: "left" }, { label: '总课时', name: 'lessoncount', width: 90, align: "left" }, { label: '系数', name: 'coefficient', width: 100, align: "left" }, - { label: "工作量", name: "lessoncount", width: 100, align: "left" }, + { + label: "工作量", name: "lessoncount2", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { + return callback(row.lessoncount); + } + }, ], mainId: 'EmpNo', });