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) {