|
|
|
@ -1814,7 +1814,9 @@
|
|
|
|
|
<td class="x87 userSex">[[${user.sex}]]</td>
|
|
|
|
|
<td class="x87 shemichengdu">[[${user.shemichengdu}]]</td>
|
|
|
|
|
<td class="x87">[[${user.phonenumber}]]</td>
|
|
|
|
|
<td class="x87">[[${user.postIds}]]</td>
|
|
|
|
|
<td class="x87 posts" style="overflow-wrap: break-word;word-wrap: break-word;">
|
|
|
|
|
<span style="display: block" th:each="post : ${user.posts}" th:text="${post.postName}"></span>
|
|
|
|
|
</td>
|
|
|
|
|
<td class="x87 politics">[[${user.politics}]]</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
@ -1873,6 +1875,7 @@
|
|
|
|
|
//政治面貌
|
|
|
|
|
var politicsDatas = [[${@dict.getType('sys_user_politics')}]];
|
|
|
|
|
updateStatus('politics', politicsDatas);
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|