beetlsql3-dev
Mlxa0324 2 years ago
parent 7134d43d38
commit d0594ef06b

@ -135,7 +135,7 @@
,limit : 10, ,limit : 10,
cols : [ [ // 表头 cols : [ [ // 表头
{ {
field: 'code', title: '用户名', align: "center", field: 'code', title: '学号', align: "center",
hide: "${isSignRole.get()!''}" != 1 ? false : true hide: "${isSignRole.get()!''}" != 1 ? false : true
}, },
{ {

@ -144,7 +144,7 @@
,limit : 10, ,limit : 10,
cols: [[ // 表头//isSignRole.get()!'' :1admin+管理员 2:uniAdmin学院管理员 3:teacher 4student cols: [[ // 表头//isSignRole.get()!'' :1admin+管理员 2:uniAdmin学院管理员 3:teacher 4student
{ {
field: 'code', title: '用户名', align: "center", field: 'code', title: '学号', align: "center",
hide: "${isSignRole.get()!''}" != 1 ? false : true hide: "${isSignRole.get()!''}" != 1 ? false : true
}, },
{ {

Loading…
Cancel
Save