|
@@ -38,7 +38,7 @@
|
38
|
38
|
<thead (nzSortChange)="sort($event)" nzSingleSort>
|
39
|
39
|
<tr>
|
40
|
40
|
<th nzWidth="25%">耗材名称(耗材编号)</th>
|
41
|
|
- <th nzWidth="25%" nzShowSort nzSortKey="sum" [(nzSort)]="sortCurrent.sum">工单总数</th>
|
|
41
|
+ <th nzWidth="25%" nzShowSort nzSortKey="sum" [(nzSort)]="sortCurrent.sum">含耗材工单总数</th>
|
42
|
42
|
<th nzWidth="25%" nzShowSort nzSortKey="consumableNum" [(nzSort)]="sortCurrent.consumableNum">使用数量</th>
|
43
|
43
|
<th nzWidth="25%" nzShowSort nzSortKey="consumablePrice" [(nzSort)]="sortCurrent.consumablePrice">总费用(元)</th>
|
44
|
44
|
</tr>
|