From 11adee2f22ab5b6bc128d09a9a492a7b7c12c094 Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 29 Apr 2022 15:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=B1=87=E6=80=BB=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AD=A6=E5=B9=B4=E5=AD=A6=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/TextBookSolSub/StatisticsIndex.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TextBookSolSub/StatisticsIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TextBookSolSub/StatisticsIndex.js index 521c7eb4b..99d86cea2 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TextBookSolSub/StatisticsIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TextBookSolSub/StatisticsIndex.js @@ -41,6 +41,8 @@ var bootstrap = function ($, learun) { $('#gridtable').lrAuthorizeJfGridLei({ url: top.$.rootUrl + '/EducationalAdministration/TextBookSolSub/GetStatistics', headData: [ + { label: "学年", name: "AcademicYearNo", width: 50, align: "left" }, + { label: "学期", name: "Semester", width: 50, align: "left" }, { label: "教材名称", name: "TextBookName", width: 150, align: "left" }, { label: "出版号", name: "PublishNo", width: 100, align: "left" }, { label: "第一作者", name: "FirstAuthor", width: 100, align: "left" },