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; -} - +}