1.用户列表增加部门列。
2.更改了全部的thymleaf解析。
This commit is contained in:
@ -23,6 +23,10 @@ function queryUserList() {
|
||||
field: 'userName',
|
||||
title: '用户名称'
|
||||
},
|
||||
{
|
||||
field: 'dept.deptName',
|
||||
title: '部门'
|
||||
},
|
||||
{
|
||||
field: 'email',
|
||||
title: '邮箱'
|
||||
|
Reference in New Issue
Block a user