智慧园区前端大屏
shuishen
2024-10-30 65f4b3f007fe452dc2dcc0045577f1cd10dd4e06
src/views/space/components/rightContainer.vue
copy from src/views/env/components/rightContainer.vue copy to src/views/space/components/rightContainer.vue
File was copied from src/views/env/components/rightContainer.vue
@@ -2,8 +2,8 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-03-10 15:27:59
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-10-25 18:41:28
 * @FilePath: \bigScreen\src\views\statistics\components\rightContainer.vue
 * @LastEditTime: 2024-10-26 14:49:05
 * @FilePath: \bigScreen\src\views\survey\components\rightContainer.vue
 * @Description: 
 * 
 * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
@@ -18,23 +18,29 @@
<template>
  <div class="right-container">
    <div class="fire-source box">
      <div class="title-box">
        火警事件来源
      </div>
      <title-box>
        <template #titleName>
          火警事件来源
        </template>
      </title-box>
      <fire-source></fire-source>
    </div>
    <div class="occur-statistics box">
      <div class="title-box">
        易发区统计
      </div>
      <title-box>
        <template #titleName>
          易发区统计
        </template>
      </title-box>
      <fire-trend></fire-trend>
    </div>
    <div class="fire-trend box">
      <div class="title-box">
        火警上报趋势
      </div>
      <title-box>
        <template #titleName>
          火警上报趋势
        </template>
      </title-box>
      <occur-statistics></occur-statistics>
    </div>
  </div>