1.用户列表增加部门列。

2.更改了全部的thymleaf解析。
This commit is contained in:
yangzhengze
2018-05-27 14:58:13 +08:00
parent dca60ce43a
commit faf83c61cc
51 changed files with 62 additions and 59 deletions

View File

@ -23,6 +23,10 @@ function queryUserList() {
field: 'userName',
title: '用户名称'
},
{
field: 'dept.deptName',
title: '部门'
},
{
field: 'email',
title: '邮箱'