|
@@ -38,7 +38,7 @@
|
38
|
38
|
<th nzWidth="11%" nzShowSort nzSortKey="totalCount" [(nzSort)]="sortCurrent.totalCount">工单数量</th>
|
39
|
39
|
<th nzWidth="11%" nzShowSort nzSortKey="totalGrade" [(nzSort)]="sortCurrent.totalGrade">总积分</th>
|
40
|
40
|
<th nzWidth="11%" nzShowSort nzSortKey="response_time_num" [(nzSort)]="sortCurrent.response_time_num">平均响应时间</th>
|
41
|
|
- <th nzWidth="11%" nzShowSort nzSortKey="arrive_time_num" [(nzSort)]="sortCurrent.arrive_time_num">平均送达时间</th>
|
|
41
|
+ <th nzWidth="11%" nzShowSort nzSortKey="execution_time_num" [(nzSort)]="sortCurrent.execution_time_num">平均送达时间</th>
|
42
|
42
|
<th nzWidth="11%" nzShowSort nzSortKey="aveper" [(nzSort)]="sortCurrent.aveper">按时完成达标率</th>
|
43
|
43
|
<th nzWidth="11%" nzShowSort nzSortKey="total_time" [(nzSort)]="sortCurrent.total_time">平均总时间</th>
|
44
|
44
|
<th nzWidth="11%" nzShowSort nzSortKey="five_count" [(nzSort)]="sortCurrent.five_count">五分钟内工单</th>
|
|
@@ -51,7 +51,7 @@
|
51
|
51
|
<td>{{ data.totalCount }}</td>
|
52
|
52
|
<td>{{ data.totalGrade }}</td>
|
53
|
53
|
<td>{{ data.response_time_num }}</td>
|
54
|
|
- <td>{{ data.arrive_time_num }}</td>
|
|
54
|
+ <td>{{ data.execution_time_num }}</td>
|
55
|
55
|
<td>{{ data.aveper }}</td>
|
56
|
56
|
<td>{{ data.total_time }}</td>
|
57
|
57
|
<td>{{ data.five_count }}</td>
|
|
@@ -65,7 +65,7 @@
|
65
|
65
|
<td style="width: 11%">{{ data.totalCount }}</td>
|
66
|
66
|
<td style="width: 11%">{{ data.totalGrade }}</td>
|
67
|
67
|
<td style="width: 11%">{{ data.response_time_num }}</td>
|
68
|
|
- <td style="width: 11%">{{ data.arrive_time_num }}</td>
|
|
68
|
+ <td style="width: 11%">{{ data.execution_time_num }}</td>
|
69
|
69
|
<td style="width: 11%">{{ data.aveper }}</td>
|
70
|
70
|
<td style="width: 11%">{{ data.total_time }}</td>
|
71
|
71
|
<td style="width: 11%">{{ data.five_count }}</td>
|