浏览代码

【修改】教师工作量:导出优化;

临城职教中职
dyy 2 年前
父节点
当前提交
9599aa3fe5
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Statistics/TeacherWorkload.js

+ 5
- 1
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',
});


正在加载...
取消
保存