seimin hace 10 meses
padre
commit
ffd8017eab

+ 1 - 1
src/app/views/quilt-washing-department-statistics/quilt-washing-department-statistics.component.html

@@ -74,7 +74,7 @@
74 74
               (nzCheckedChange)="checkAll($event)"></th>
75 75
             <th nzWidth="5%">序号</th>
76 76
             <th nzWidth="15%">科室名称</th>
77
-            <th nzShowSort nzWidth="15%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">回收种类数</th>
77
+            <th nzShowSort nzWidth="15%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">送回被服种类数</th>
78 78
             <th nzShowSort nzWidth="15%" nzSortKey="getOrder" [(nzSort)]="sortCurrent.getOrder">回收单数</th>
79 79
             <th nzShowSort nzWidth="15%" nzSortKey="sendOrder" [(nzSort)]="sortCurrent.sendOrder">送回单数</th>
80 80
             <th nzShowSort nzWidth="15%" nzSortKey="sendClothesNum" [(nzSort)]="sortCurrent.sendClothesNum">洗涤被服数量</th>