From 30a98636f1a656857c709067bcf67d8f6f49b01a Mon Sep 17 00:00:00 2001 From: ndbs Date: Sun, 12 Jun 2022 14:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E5=AD=A6=E7=B1=8D=E8=B0=83?= =?UTF-8?q?=E6=95=B4js=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuInfoBasic/Index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js index 12d39b7ca..2575064cb 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js @@ -311,6 +311,12 @@ var bootstrap = function ($, learun) { $('#gridtable').lrAuthorizeJfGridLei({ url: top.$.rootUrl + '/EducationalAdministration/StuInfoBasic/GetPageList', headData: [ + { + label: "审核状态", name: "CheckMark", width: 80, align: "center", + formatter: function (cellvalue) { + return cellvalue == "1" ? "已审核" : "未审核"; + } + }, { label: "学生编号", name: "StuNo", width: 100, align: "left" }, { label: "学籍号", name: "StuCode", width: 100, align: "left" }, { label: "学号", name: "ProvinceCode", width: 100, align: "left" }, @@ -451,12 +457,6 @@ var bootstrap = function ($, learun) { // return cellvalue == "1" ? "" : ""; // } //}, - { - label: "审核状态", name: "CheckMark", width: 80, align: "center", - formatter: function (cellvalue) { - return cellvalue == "1" ? "已审核" : "未审核"; - } - }, { label: "是否上传头像", name: "Photo", width: 80, align: "center", formatter: function (cellvalue) {