优化考勤提示内容

This commit is contained in:
Your Name 2023-03-04 01:13:00 +08:00
parent 34190b64b4
commit 214f0390d3

View File

@ -85,6 +85,9 @@
<th class="text-center">
<span><vc:i18n name="考勤时间" namespace="attendanceLogManage"></vc:i18n></span>
</th>
<th class="text-center">
<span><vc:i18n name="说明" namespace="attendanceLogManage"></vc:i18n></span>
</th>
</tr>
</thead>
<tbody>
@ -97,6 +100,8 @@
<td class="text-center">{{attendance.staffName}}</td>
<td class="text-center">{{attendance.staffId}}</td>
<td class="text-center">{{attendance.clockTime}}</td>
<td class="text-center">{{attendance.remark}}</td>
</tr>
</tbody>
<tfoot>