智慧园区前端大屏
shuishen
2024-11-12 c27335221171cc82ac6ef117318a4d1e4c4fc5ee
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>