瀏覽代碼

考试记录表调整js

西昌缴费二期
ndbs 2 年之前
父節點
當前提交
27d09bc8a5
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlan/Index.js

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlan/Index.js 查看文件

@@ -154,7 +154,7 @@ var bootstrap = function ($, learun) {
headData: [
{ label: "学年", name: "AcademicYearNo", width: 100, align: "left" },
{ label: "学期", name: "Semester", width: 100, align: "left" },
{ label: "排考名称", name: "PlanName", width: 100, align: "left" },
{ label: "排考名称", name: "PlanName", width: 300, align: "left" },
{
label: "排考类型", name: "PlanType", width: 100, align: "left",
formatterAsync: function (callback, value, row, op, $cell) {
@@ -167,7 +167,7 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "排考编号", name: "PlanCode", width: 100, align: "left" },
{ label: "排考编号", name: "PlanCode", width: 200, align: "left" },
{ label: "排考总人数", name: "EPStuCount", width: 100, align: "left" },
{
label: "是否随机座位", name: "EPRandom", width: 100, align: "left",


Loading…
取消
儲存