From 414568c922ff7d0e22604156203d41571593e94f Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 9 Nov 2023 17:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=82=A8=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shunhe/StorageMonitor.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/shunhe/StorageMonitor.vue b/src/pages/shunhe/StorageMonitor.vue index 4a4ea62..5c93d98 100644 --- a/src/pages/shunhe/StorageMonitor.vue +++ b/src/pages/shunhe/StorageMonitor.vue @@ -168,7 +168,7 @@
-
+
{{e.storageLocation}}
@@ -195,7 +195,7 @@
{{e.storageLocation}}
-
+
@@ -214,7 +214,7 @@
{{e.storageLocation}}
-
+
@@ -537,6 +537,7 @@ export default { this.group01 = res.standMonitor this.group02 = res.frontWarehouseMonitor this.group03 = res.backWarehouseMonitor + console.log(this.group01.length, 222) // for (let i = 0; i < this.group01.length; i++) { // this.group01[i] = Object.assign(this.group01[i], {mgl: 'mgl1', coordinate: 'coordinate1', aline: 'aline1', bline: 'bline1', show: 0}) // }