From 1d3116f9ba4b5bbd5e13b4767dbe7c6bcf392acf Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Thu, 23 Feb 2023 14:15:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E6=8A=A5=E5=90=8D=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E6=8F=90=E4=BA=A4=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuEnrollOfficial/Index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnrollOfficial/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnrollOfficial/Index.js index c1151eacb..c7eb76156 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnrollOfficial/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnrollOfficial/Index.js @@ -27,10 +27,10 @@ var bootstrap = function ($, learun) { $('#GraduateType').lrDataItemSelect({ code: 'StuGraduateType' }); $('#HomeProvince').lrDataSourceSelect({ code: 'DIC_PROVINCE', value: 'pcode', text: 'pname', - select: function(item) { + select: function (item) { if (!!item) { var code = $("#HomeProvince").lrselectGet(); - + $('#HomeCity').lrselectRefresh({ allowSearch: true, //type: 'multiple', @@ -378,6 +378,8 @@ var bootstrap = function ($, learun) { } }); } + }, { + label: "提交时间", name: "CreateTime", width: 150, align: "left" }, ], mainId: 'Id',