diff --git a/src/pages/shunhe/StorageMonitor.vue b/src/pages/shunhe/StorageMonitor.vue index 8bb96db..c491694 100644 --- a/src/pages/shunhe/StorageMonitor.vue +++ b/src/pages/shunhe/StorageMonitor.vue @@ -582,19 +582,19 @@ export default { this.array1 = res.standStock this.array1.map(el => { if (el.standStatus === '1') { - return el.standStatusName = '静置中' + el.standStatusName = '静置中' } if (el.standStatus === '2') { - return el.standStatusName = '静置完成' + el.standStatusName = '静置完成' } if (el.standStatus === '3') { - return el.standStatusName = '强制静置完成' + el.standStatusName = '强制静置完成' } if (el.standStatus === '4') { - return el.standStatusName = '静置超时' + el.standStatusName = '静置超时' } if (el.standStatus === '5') { - return el.standStatusName = '强制静置超时' + el.standStatusName = '强制静置超时' } }) this.array2 = res.frontWarehouseStock