瀏覽代碼

学生报名列表添加提交时间显示

新疆体育高职分支
zhangli 2 年之前
父節點
當前提交
1d3116f9ba
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnrollOfficial/Index.js

+ 4
- 2
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',


Loading…
取消
儲存