From 2ecdf3e85d212164276770266a757e2a201a3d0f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 30 Oct 2024 11:18:32 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen
---
src/views/survey/components/rightContainer.vue | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/src/views/survey/components/rightContainer.vue b/src/views/survey/components/rightContainer.vue
index 67eb54e..53dad19 100644
--- a/src/views/survey/components/rightContainer.vue
+++ b/src/views/survey/components/rightContainer.vue
@@ -20,29 +20,32 @@
<div class="fire-source box">
<title-box>
<template #titleName>
- 火警事件来源
+ 园区简介
</template>
</title-box>
<fire-source></fire-source>
</div>
- <div class="occur-statistics box">
- <title-box>
- <template #titleName>
- 易发区统计
- </template>
- </title-box>
- <fire-trend></fire-trend>
- </div>
-
- <div class="fire-trend box">
+ <!-- <div class="fire-trend box">
<title-box>
<template #titleName>
火警上报趋势
</template>
</title-box>
<occur-statistics></occur-statistics>
+ </div> -->
+
+
+ <div class="occur-statistics box">
+ <title-box>
+ <template #titleName>
+ 企业名录
+ </template>
+ </title-box>
+ <fire-trend></fire-trend>
</div>
+
+
</div>
</template>
--
Gitblit v1.9.3