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 |
| | |
| | | * @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. |
| | |
| | | <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> |