From a021532da782f02aa7dd79748d673cff3e9be390 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 28 Nov 2024 11:35:53 +0800
Subject: [PATCH] 园区概况、应急空间调整

---
 src/views/space/components/leftContainer.vue    |    4 ++--
 src/views/survey/components/box/unitContent.vue |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/space/components/leftContainer.vue b/src/views/space/components/leftContainer.vue
index 013709d..c6c158a 100644
--- a/src/views/space/components/leftContainer.vue
+++ b/src/views/space/components/leftContainer.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-03-10 15:27:59
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-26 19:50:08
+ * @LastEditTime: 2024-11-28 11:35:07
  * @FilePath: \bigScreen\src\views\space\components\leftContainer.vue
  * @Description: 
  * 
@@ -47,7 +47,7 @@
     code: code,
   }
   getDictionary(param).then((res) => {
-    resData.data = res.data.data.map(item => {
+    resData.data = res.data.data.filter(i => i.dictKey != 7).map(item => {
       return {
         label: item.dictValue,
         value: item.dictKey
diff --git a/src/views/survey/components/box/unitContent.vue b/src/views/survey/components/box/unitContent.vue
index 0fba7de..1f50a2c 100644
--- a/src/views/survey/components/box/unitContent.vue
+++ b/src/views/survey/components/box/unitContent.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-03-13 14:54:26
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-19 15:33:01
+ * @LastEditTime: 2024-11-28 11:34:00
  * @FilePath: \bigScreen\src\views\survey\components\box\unitContent.vue
  * @Description:
  *
@@ -52,7 +52,7 @@
       },
       legend: {
         orient: "vertical",
-        top: "20%",
+        top: "4%",
         left: "5%",
         textStyle: {
           color: "#fff",

--
Gitblit v1.9.3