新增员工业务逻辑,优化登录账号权限,更新设计文档
This commit is contained in:
@@ -20,9 +20,15 @@
|
||||
<th>用户性别</th>
|
||||
<td th:text="${#dicts.keyValue('USER_SEX', user.sex)}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>系统</th>
|
||||
<td th:text="${user.dept?.title}"></td>
|
||||
<th>类型</th>
|
||||
<td th:text="${#dicts.keyValue('USER_TYPE', user.type)}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>所属</th>
|
||||
<td colspan="4" th:text="${user.dept?.title}"></td>
|
||||
<td th:text="${user.bssPlatform.name}" colspan="4"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>电话号码</th>
|
||||
|
||||
Reference in New Issue
Block a user