优化代码

This commit is contained in:
wuxw 2022-11-15 10:52:48 +08:00
parent f07ea495d5
commit e867853cb1

View File

@ -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>