|
@@ -43,16 +43,23 @@
|
43
|
43
|
<div class="list-template__bottom">
|
44
|
44
|
<nz-table class="list-template__nzTable" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false"
|
45
|
45
|
[nzLoading]="loading1">
|
46
|
|
- <thead (nzSortChange)="sort($event)" nzSingleSort>
|
|
46
|
+ <!-- <thead (nzSortChange)="sort($event)" nzSingleSort> -->
|
|
47
|
+ <thead>
|
47
|
48
|
<tr class="thead">
|
48
|
49
|
<th nzWidth="5%">序号</th>
|
49
|
50
|
<th nzWidth="11%">日期</th>
|
50
|
|
- <th nzShowSort nzWidth="14%" nzSortKey="deptNum" [(nzSort)]="sortCurrent.deptNum">送回科室数</th>
|
|
51
|
+ <!-- <th nzShowSort nzWidth="14%" nzSortKey="deptNum" [(nzSort)]="sortCurrent.deptNum">送回科室数</th>
|
51
|
52
|
<th nzShowSort nzWidth="14%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">送回被服种类数</th>
|
52
|
53
|
<th nzShowSort nzWidth="14%" nzSortKey="getOrder" [(nzSort)]="sortCurrent.getOrder">回收工单数</th>
|
53
|
54
|
<th nzShowSort nzWidth="14%" nzSortKey="sendOrder" [(nzSort)]="sortCurrent.sendOrder">送回工单数</th>
|
54
|
55
|
<th nzShowSort nzWidth="14%" nzSortKey="sendClothesNum" [(nzSort)]="sortCurrent.sendClothesNum">洗涤数量</th>
|
55
|
|
- <th nzShowSort nzWidth="14%" nzSortKey="price" [(nzSort)]="sortCurrent.price">费用(元)</th>
|
|
56
|
+ <th nzShowSort nzWidth="14%" nzSortKey="price" [(nzSort)]="sortCurrent.price">费用(元)</th> -->
|
|
57
|
+ <th nzWidth="14%">送回科室数</th>
|
|
58
|
+ <th nzWidth="14%">送回被服种类数</th>
|
|
59
|
+ <th nzWidth="14%">回收工单数</th>
|
|
60
|
+ <th nzWidth="14%">送回工单数</th>
|
|
61
|
+ <th nzWidth="14%">洗涤数量</th>
|
|
62
|
+ <th nzWidth="14%">费用(元)</th>
|
56
|
63
|
</tr>
|
57
|
64
|
</thead>
|
58
|
65
|
<tbody>
|