diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlan/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlan/Index.js index f8750ad0e..f4a3d87c7 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlan/Index.js +++ b/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",