From 25fd759720aaeb578aae11175648893c0e34fbd9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 04 Nov 2024 16:32:02 +0800
Subject: [PATCH] 图层添加应急空间(应急池等) echarts统计图容器更改
---
src/views/survey/components/box/unitContent.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/views/survey/components/box/unitContent.vue b/src/views/survey/components/box/unitContent.vue
index a0c165e..649c6a3 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-01 10:08:41
+ * @LastEditTime: 2024-11-04 13:58:17
* @FilePath: \bigScreen\src\views\survey\components\box\unitContent.vue
* @Description:
*
@@ -13,8 +13,6 @@
let $echarts = inject('echarts')
const curEcharts = ref(null)
-
-console.log($echarts)
onMounted(() => {
nextTick(() => {
--
Gitblit v1.9.3