From e278c5c94cf76e9feda48a3e2c82ee6f4df9b0f1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 01 Nov 2024 20:03:42 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen

---
 src/views/supplies/components/leftContainer.vue |   33 +++++++--------------------------
 1 files changed, 7 insertions(+), 26 deletions(-)

diff --git a/src/views/supplies/components/leftContainer.vue b/src/views/supplies/components/leftContainer.vue
index 0781c33..9f9738a 100644
--- a/src/views/supplies/components/leftContainer.vue
+++ b/src/views/supplies/components/leftContainer.vue
@@ -9,40 +9,21 @@
  * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
 -->
 <script setup>
-import dataContent from './box/dataContent.vue'
-import unitContent from './box/unitContent.vue'
-import fireContent from './box/fireContent.vue'
+import dataContent from "./box/dataContent.vue";
+import unitContent from "./box/unitContent.vue";
+import fireContent from "./box/fireContent.vue";
 </script>
 
 <template>
   <div class="left-container">
     <div class="data box">
       <title-box>
-        <template #titleName>
-          数据概览
-        </template>
+        <template #titleName> 应急物资信息 </template>
       </title-box>
-      <data-content></data-content>
-    </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>
+      <data-content>
+      </data-content>
     </div>
   </div>
 </template>
 
-<style lang="scss" scoped></style>
\ No newline at end of file
+<style lang="scss" scoped></style>

--
Gitblit v1.9.3