Spaces:
Configuration error
Configuration error
Update absent list
Browse files
src/main/resources/templates/cms/absent/absent-list.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
| 116 |
</tr>
|
| 117 |
<tr th:each="leave : ${leaveRequests.content}">
|
| 118 |
<td th:text="${leave.fullName()}">Nhân viên</td>
|
| 119 |
-
<td>Phòng ban</td>
|
| 120 |
<td th:text="${leave.startDate()}">Từ ngày</td>
|
| 121 |
<td th:text="${leave.endDate()}">Đến ngày</td>
|
| 122 |
<td>
|
|
@@ -316,4 +316,4 @@
|
|
| 316 |
|
| 317 |
</body>
|
| 318 |
|
| 319 |
-
</html>
|
|
|
|
| 116 |
</tr>
|
| 117 |
<tr th:each="leave : ${leaveRequests.content}">
|
| 118 |
<td th:text="${leave.fullName()}">Nhân viên</td>
|
| 119 |
+
<td th:text="${leave.departmentDisplay()}">Phòng ban</td>
|
| 120 |
<td th:text="${leave.startDate()}">Từ ngày</td>
|
| 121 |
<td th:text="${leave.endDate()}">Đến ngày</td>
|
| 122 |
<td>
|
|
|
|
| 316 |
|
| 317 |
</body>
|
| 318 |
|
| 319 |
+
</html>
|