|
|
@@ -20,8 +20,8 @@
|
|
20
|
20
|
<thead>
|
|
21
|
21
|
<tr style="background-color: #76c4e8;">
|
|
22
|
22
|
<td style="font-weight: bold;">姓名</td>
|
|
23
|
|
- <td v-for="item in timeData" >
|
|
24
|
|
- <div style="white-space: nowrap;margin: 7px 0;font-weight: bold;">{{item.DutyTime.slice(5,item.DutyTime.length)}}</div>
|
|
|
23
|
+ <td v-for="item in timeData">
|
|
|
24
|
+ <div style="white-space: nowrap;margin: 7px 0;font-weight: bold;font-size: 17px;">{{item.DutyTime.slice(5,item.DutyTime.length)}}</div>
|
|
25
|
25
|
<div style="font-weight: bold;font-size: 12px;margin-bottom: 7px;">{{getWeekDay(item.DutyTime)}}</div>
|
|
26
|
26
|
</td>
|
|
27
|
27
|
</tr>
|