涉密人员统计打印

master
dshclm 11 months ago
parent d044226c45
commit 7730a435e4

@ -1814,7 +1814,9 @@
<td class="x87 userSex">[[${user.sex}]]</td> <td class="x87 userSex">[[${user.sex}]]</td>
<td class="x87 shemichengdu">[[${user.shemichengdu}]]</td> <td class="x87 shemichengdu">[[${user.shemichengdu}]]</td>
<td class="x87">[[${user.phonenumber}]]</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> <td class="x87 politics">[[${user.politics}]]</td>
</tr> </tr>
<tr> <tr>
@ -1873,6 +1875,7 @@
//政治面貌 //政治面貌
var politicsDatas = [[${@dict.getType('sys_user_politics')}]]; var politicsDatas = [[${@dict.getType('sys_user_politics')}]];
updateStatus('politics', politicsDatas); updateStatus('politics', politicsDatas);
</script> </script>
</body> </body>

Loading…
Cancel
Save