From c27335221171cc82ac6ef117318a4d1e4c4fc5ee Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 12 Nov 2024 18:30:29 +0800
Subject: [PATCH] 应急空间调整
---
src/views/space/components/rightContainer.vue | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
diff --git a/src/views/space/components/rightContainer.vue b/src/views/space/components/rightContainer.vue
index a22198b..21f669e 100644
--- a/src/views/space/components/rightContainer.vue
+++ b/src/views/space/components/rightContainer.vue
@@ -10,8 +10,6 @@
-->
<script setup>
import dataContent from './box/dataContent.vue'
-import unitContent from './box/unitContent.vue'
-import fireContent from './box/fireContent.vue'
</script>
<template>
@@ -26,24 +24,6 @@
<data-content></data-content>
</div>
</div>
-
- <!-- <div class="unit box">
- <title-box>
- <template #titleName>
- 入住单位统计
- </template>
- </title-box>
- <unit-content></unit-content>
- </div>
-
- <div class="fire box">
- <title-box>
- <template #titleName>
- 实时火警事件
- </template>
- </title-box>
- <fire-content></fire-content>
- </div> -->
</div>
</template>
--
Gitblit v1.9.3