|
@@ -47,8 +47,8 @@
|
47
|
47
|
<tr class="thead">
|
48
|
48
|
<th nzWidth="5%">序号</th>
|
49
|
49
|
<th nzWidth="11%">日期</th>
|
50
|
|
- <th nzShowSort nzWidth="14%" nzSortKey="deptNum" [(nzSort)]="sortCurrent.deptNum">科室数</th>
|
51
|
|
- <th nzShowSort nzWidth="14%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">被服种类数</th>
|
|
50
|
+ <th nzShowSort nzWidth="14%" nzSortKey="deptNum" [(nzSort)]="sortCurrent.deptNum">送回科室数</th>
|
|
51
|
+ <th nzShowSort nzWidth="14%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">送回被服种类数</th>
|
52
|
52
|
<th nzShowSort nzWidth="14%" nzSortKey="getOrder" [(nzSort)]="sortCurrent.getOrder">回收工单数</th>
|
53
|
53
|
<th nzShowSort nzWidth="14%" nzSortKey="sendOrder" [(nzSort)]="sortCurrent.sendOrder">送回工单数</th>
|
54
|
54
|
<th nzShowSort nzWidth="14%" nzSortKey="sendClothesNum" [(nzSort)]="sortCurrent.sendClothesNum">洗涤数量</th>
|