|
|
|
@ -29,11 +29,15 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
field : 'universitiesCollegesName',
|
|
|
|
|
title : '所属院校',align: "center",hide:$("input[name='beTeacher']").val() != 1?false:true
|
|
|
|
|
title : '所属院系',align: "center",hide:$("input[name='beTeacher']").val() != 1?false:true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field : 'classIdText',
|
|
|
|
|
title : '班级名称',align: "center"
|
|
|
|
|
title : '所属专业',align: "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field : 'classIdText',
|
|
|
|
|
title : '所属班级',align: "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
@ -43,17 +47,17 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
field : 'studentSn',
|
|
|
|
|
title : '学生学号',align: "center"
|
|
|
|
|
title : '学号',align: "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
field : 'studentMobile',
|
|
|
|
|
title : '学生电话',align: "center"
|
|
|
|
|
title : '电话',align: "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
field : 'studentEmail',
|
|
|
|
|
title : '学生邮箱',align: "center"
|
|
|
|
|
title : '邮箱',align: "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
@ -66,7 +70,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
|
|
|
|
|
title : '注册时间',align: "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field : 'userId',title : '操作',align:"center", templet: function (d) {
|
|
|
|
|
field : 'userId',title : '操作',align:"center",fixed: "right", width: 200, templet: function (d) {
|
|
|
|
|
var htm = '<button type="button" class="layui-btn layui-btn-xs" lay-event="edit">编辑</button></a>';
|
|
|
|
|
htm += '<button type="button" class="layui-btn layui-btn-xs" lay-event="del">删除</button></a>';
|
|
|
|
|
htm += '<button type="button" class="layui-btn layui-btn-xs" lay-event="password">初始化密码</button></a>';
|
|
|
|
|