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