mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
f07ea495d5
commit
e867853cb1
@ -99,7 +99,7 @@
|
||||
<td class="text-center" v-for="(day,index) in staff.days">
|
||||
<div class=" text-center border padding-lg labeling-strip"
|
||||
style="border-radius: 5px;cursor:pointer">
|
||||
<div>{{day.workday=='1001'?'正常上下班':'休息'}}</div>
|
||||
<div>{{day.workdayName}}</div>
|
||||
<div v-for="(time,index) in day.times">{{time.startTime}}-{{time.endTime}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user