From 16fe3ee8757537e31340b1200f028bc03e4a168f Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Tue, 27 Jun 2023 16:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=9D=99=E6=80=81=E7=9A=84?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E8=B7=AF=E5=92=8C=E5=81=9C=E8=BD=A6=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/HomeMap.vue | 1140 +++++++++++--------- src/views/index.vue | 40 +- 2 files changed, 672 insertions(+), 508 deletions(-) diff --git a/src/views/dashboard/components/HomeMap.vue b/src/views/dashboard/components/HomeMap.vue index 3e0ea7f..12f924c 100644 --- a/src/views/dashboard/components/HomeMap.vue +++ b/src/views/dashboard/components/HomeMap.vue @@ -4,522 +4,678 @@ diff --git a/src/views/index.vue b/src/views/index.vue index d604255..b8833ed 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -6,36 +6,41 @@
-
河北仓库3
-
货物数4575
+
河北仓库11
+ +
停车场19
-
湖北仓库3
-
货物数2575
+
四川仓库0
+ +
停车场17
-
黑龙江3
-
货物数4575
+
黑龙江0
+ +
停车场10
-
上海仓库1
-
货物数123
+
辽宁仓库0
+ +
停车场12
-
江苏仓库1
-
货物数126
+
山西仓库0
+ +
停车场17
@@ -109,8 +114,10 @@
-
正常:{{ statusDataSp.online == null ? 0 : statusDataSp.online }}
-
离线:{{ statusDataSp.offline == null ? 0 : statusDataSp.offline }} +
正常:{{ statusDataSp.online == null ? 0 : statusDataSp.online }} +
+
离线:{{ statusDataSp.offline == null ? 0 : statusDataSp.offline + }}
@@ -148,8 +155,10 @@
-
正常:{{ statusDataWl.online == null ? 0 : statusDataWl.online }}
-
离线:{{ statusDataWl.offline == null ? 0 : statusDataWl.offline }}
+
正常:{{ statusDataWl.online == null ? 0 : statusDataWl.online }} +
+
离线:{{ statusDataWl.offline == null ? 0 : statusDataWl.offline + }}
@@ -828,5 +837,4 @@ export default { font-weight: bold; display: inline-block; color: #fc6f04; -} - +}