task#14196,拖车小修40分钟到达率字段更换

This commit is contained in:
2024-07-08 10:36:14 +08:00
parent 4da4cacd7b
commit b1945ab42f

View File

@ -942,18 +942,18 @@ export default {
this.detailList?.map(item => {
this.v1.unshift(item.receiving)
this.v2.unshift(item.threeMinutesReceivingRate)
this.v5.unshift(item.fortyMinutesArrivalRate)
})
if (this.swithVal) {
this.detailList?.map(item => {
this.v3.unshift(item.trailArriving)
this.v4.unshift(item.trailPolymerizationSuccessArriving)
this.v5.unshift(item.trailFortyMinutesArrivalRate)
})
} else {
this.detailList?.map(item => {
this.v3.unshift(item.minorArriving)
this.v4.unshift(item.minorPolymerizationSuccessArriving)
this.v5.unshift(item.minorFortyMinutesArrivalRate)
})
}
}