|
@@ -68,15 +68,17 @@
|
68
|
68
|
<thead>
|
69
|
69
|
<tr class="thead">
|
70
|
70
|
<th nzWidth="5%">序号</th>
|
71
|
|
- <th nzWidth="10%">姓名</th>
|
72
|
|
- <th nzWidth="10%">工单总数</th>
|
73
|
|
- <th nzWidth="10%">五分钟内工单</th>
|
74
|
|
- <th nzWidth="10%">特殊关闭数</th>
|
75
|
|
- <th nzWidth="10%">平均到达时长</th>
|
76
|
|
- <th nzWidth="10%">平均完成时长</th>
|
77
|
|
- <th nzWidth="15%">按时完成达标率</th>
|
78
|
|
- <th nzWidth="10%">总积分</th>
|
79
|
|
- <th nzWidth="10%">操作</th>
|
|
71
|
+ <th nzWidth="8%">姓名</th>
|
|
72
|
+ <th nzWidth="8%">工单总数</th>
|
|
73
|
+ <th nzWidth="16%">五分钟内工单<br>特殊关闭数</th>
|
|
74
|
+ <!-- <th nzWidth="8%"></th> -->
|
|
75
|
+ <th nzWidth="16%">平均到达时长<br>平均完成时长</th>
|
|
76
|
+ <!-- <th nzWidth="8%"></th> -->
|
|
77
|
+ <th nzWidth="8%">按时完成达标率</th>
|
|
78
|
+ <th nzWidth="8%">楼栋分<br>陪检方式分</th>
|
|
79
|
+ <!-- <th nzWidth="8%"></th> -->
|
|
80
|
+ <th nzWidth="16%">总积分</th>
|
|
81
|
+ <th nzWidth="15%">操作</th>
|
80
|
82
|
</tr>
|
81
|
83
|
</thead>
|
82
|
84
|
<tbody>
|
|
@@ -84,11 +86,10 @@
|
84
|
86
|
<td>{{ index + (pageIndex - 1) * 10 + 1 }}</td>
|
85
|
87
|
<td>{{ data.name }}</td>
|
86
|
88
|
<td>{{ data.total || 0 }}</td>
|
87
|
|
- <td>{{ data.fiveTimeNum || 0 }}</td>
|
88
|
|
- <td>{{ data.specialCloseNum }}</td>
|
89
|
|
- <td>{{ data.arriveTime }}</td>
|
90
|
|
- <td>{{ data.completeTime }}</td>
|
|
89
|
+ <td>{{ data.fiveTimeNum || 0 }}<br>{{ data.specialCloseNum }}</td>
|
|
90
|
+ <td>{{ data.arriveTime }}<br>{{ data.completeTime }}</td>
|
91
|
91
|
<td>{{ data.avePer + "%" }}</td>
|
|
92
|
+ <td>{{ data.buildingGrade }}<br>{{ data.inspectModeGrade }}</td>
|
92
|
93
|
<td>{{ data.order || 0 }}</td>
|
93
|
94
|
<td>
|
94
|
95
|
<div class="coop">
|