mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
优化代码
This commit is contained in:
parent
9963e1667e
commit
b6897a61f0
@ -22,7 +22,8 @@
|
||||
<div>{{staffAttendanceManageInfo.curYear}}-{{staffAttendanceManageInfo.curMonth}}-{{index}}</div>
|
||||
<div>状态:
|
||||
<span v-html="_getAttendanceState(index)"></span></div>
|
||||
<div v-for="(item,detailIndex) in _getAttendanceDetail(index)">{{item.specName}}:{{item.stateName}}({{item.checkTime}})</div>
|
||||
<div v-for="(item,detailIndex) in _getAttendanceDetail(index)">{{item.specName}}:{{item.stateName}}
|
||||
<span v-if="item.checkTime">({{item.checkTime}})</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user