seimin vor 1 Jahr
Ursprung
Commit
3d9fa3bd16

+ 1 - 1
src/app/views/washing-batch-view/washing-batch-view.component.html

@@ -136,7 +136,7 @@
136 136
       <tr style="text-align: center;font-weight: bold;page-break-inside: avoid;" *ngIf="listOfData.length">
137 137
         <td style="border: 1px solid #ccc;width: 4em;">科室名称</td>
138 138
         <td style="border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;" *ngFor="let item of rows[1]">{{item}}</td>
139
-        <td style="border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">件数</td>
139
+        <td style="border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">件数</td>
140 140
         <!-- <td style="border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">费用/元</td> -->
141 141
       </tr>
142 142
     </thead>

+ 1 - 1
src/app/views/washing-batch-view/washing-batch-view.component.ts

@@ -265,7 +265,7 @@ export class WashingBatchViewComponent implements OnInit, AfterViewInit {
265 265
   // 表格数据
266 266
   getList() {
267 267
     if(!this.searchDto.child){
268
-      this.rows = [['id', 'clothesState', ''], [], ['','件数', '费用/元']];
268
+      this.rows = [['id', 'clothesState', ''], [], ['','件数', '费用/元']];
269 269
       this.listOfData = [];
270 270
       this.totalData = {};
271 271
       return;