From d244f48a6009566663c7b816c71799d32e75aa12 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Thu, 24 Nov 2022 09:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/home/infrastructurePageXha.vue | 23 ++++++++++++------- .../components/CameraPopupOnMap.vue | 17 +++++++++++--- .../views/home/videoSurveillance/index.vue | 4 ++-- 3 files changed, 31 insertions(+), 13 deletions(-) diff --git a/front/src/views/home/infrastructurePageXha.vue b/front/src/views/home/infrastructurePageXha.vue index c41347a3..5d34cac3 100644 --- a/front/src/views/home/infrastructurePageXha.vue +++ b/front/src/views/home/infrastructurePageXha.vue @@ -618,12 +618,17 @@ wrapClassName="camera-popup" v-model:visible="operationPopupFlag" :width="1000" - :title="'视频监控点选择'" destroyOnClose footer="{null}" @cancel="handleCancel" > -
+ +
{{ userInfo.realNameShow }}
- - + +
- @@ -2267,14 +2274,14 @@ } //地图视频操作弹窗 - const operationPopupFlag = ref(false)//地图操作弹窗显示标志位 + const operationPopupFlag = ref(false) //地图操作弹窗显示标志位 //关闭地图弹窗重新弹窗数字显示标志位 const resetFlag = ref(false) //地图弹窗右上角按钮关闭事件 const handleCancel = () => { //console.log('是否关'); - resetFlag.value = true + resetFlag.value = true }