瀏覽代碼

Merge branch 'master' of http://git.dashitech.com/seimin/zy-pc

maotao 1 月之前
父節點
當前提交
b3dbd76374

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/consumable-statistics/consumable-statistics.component.html

@@ -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>

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/work-hour-statistics/work-hour-statistics.component.html

@@ -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="workHourNum" [(nzSort)]="sortCurrent.workHourNum">使用数量</th>
43 43
       <th nzWidth="25%" nzShowSort nzSortKey="workHourPrice" [(nzSort)]="sortCurrent.workHourPrice">总费用(元)</th>
44 44
     </tr>