账套信息,代码优化!

This commit is contained in:
易焱
2019-08-07 00:25:36 +08:00
parent 1ac25ab2bd
commit 38a308bca9
26 changed files with 689 additions and 15 deletions
@@ -63,8 +63,8 @@
<th>职位</th>
<th>手机号码</th>
<th>身份证号码</th>
<th>性别</th>
<th>邮箱</th>
<th>性别</th>
<th>学历</th>
<th>创建时间</th>
<th>更新时间</th>
@@ -82,7 +82,7 @@
<td th:text="${item.phoneNum}">手机号码</td>
<td th:text="${item.card}">身份证号码</td>
<td th:text="${item.email}">邮箱</td>
<td th:text="${#dicts.keyValue('USER_SEX', item.sex)}">邮箱</td>
<td th:text="${#dicts.keyValue('USER_SEX', item.sex)}">性别</td>
<td th:text="${#dicts.keyValue('EDUCATION', item.education)}">学历</td>
<td th:text="${#dates.format(item.createDate, 'yyyy-MM-dd HH:mm:ss')}">创建时间</td>
<td th:text="${#dates.format(item.updateDate, 'yyyy-MM-dd HH:mm:ss')}">更新时间</td>