From 91f94aac2e42920e2ba4138f5cd56b6541bec2e7 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 1 Sep 2023 10:24:42 +0800 Subject: [PATCH] change --- src/pages/shunhe/StorageMonitor.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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