|
@@ -329,9 +329,9 @@
|
|
|
statistics().then(res=>{
|
|
statistics().then(res=>{
|
|
|
this.workOrder = res
|
|
this.workOrder = res
|
|
|
this.operationsList.forEach(item=>{
|
|
this.operationsList.forEach(item=>{
|
|
|
- if(item.name=='保养工单') item.badge = String(res.maintenanceNum)
|
|
|
|
|
- if(item.name=='巡点检工单') item.badge = String(res.patrolInspection)
|
|
|
|
|
- if(item.name=='量具送检工单') item.badge = String(res.quantityNum)
|
|
|
|
|
|
|
+ if(item.name=='保养工单') item.badge = res.maintenanceNum
|
|
|
|
|
+ if(item.name=='巡点检工单') item.badge = res.patrolInspection
|
|
|
|
|
+ if(item.name=='量具送检工单') item.badge = res.quantityNum
|
|
|
// if(item.badge)
|
|
// if(item.badge)
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|