mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 00:20:01 +08:00
优化考勤提示内容
This commit is contained in:
parent
34190b64b4
commit
214f0390d3
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user