From 27d09bc8a543a6f5074838e5d374472b4aac446b Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 5 May 2022 11:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E8=AE=B0=E5=BD=95=E8=A1=A8?= =?UTF-8?q?=E8=B0=83=E6=95=B4js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EducationalAdministration/Views/Exam_ExamPlan/Index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",