From 75e1fcc4b1519eedc40febf00198b76aef77bf75 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 12 Jan 2023 11:51:31 +0800
Subject: [PATCH] 社区感知中警情相关更改

---
 src/components/map/components/mapPopup.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/map/components/mapPopup.vue b/src/components/map/components/mapPopup.vue
index 3b32398..76919f7 100644
--- a/src/components/map/components/mapPopup.vue
+++ b/src/components/map/components/mapPopup.vue
@@ -33,8 +33,8 @@
                                         <div>{{ dataPopup.JJYXM }}</div>
                                     </div>
                                     <div class="item">
-                                        <div>接警时间:</div>
-                                        <div>{{ dataPopup.JJSJ }}</div>
+                                        <div>报警时间:</div>
+                                        <div>{{ dataPopup.BJSJ }}</div>
                                     </div>
                                     <div class="item">
                                         <div>报警人:</div>

--
Gitblit v1.9.3