From e6ac83c1fe04e95a3b89b1e1a39773465f2ffb9b Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期五, 25 七月 2025 09:02:23 +0800 Subject: [PATCH] 实时监控-右侧数据不准确修复;详情样式调整:任务名称颜色变更;预警声音提示暂时隐藏。 摄像机配置-隐藏复制粘贴功能; --- src/pages/cameraVideo/components/VideoPhoto.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/cameraVideo/components/VideoPhoto.vue b/src/pages/cameraVideo/components/VideoPhoto.vue index 1eb764e..f55ad23 100644 --- a/src/pages/cameraVideo/components/VideoPhoto.vue +++ b/src/pages/cameraVideo/components/VideoPhoto.vue @@ -2,7 +2,7 @@ <div style="height: 100%;" class="swiper-box"> <div class="swiper-box-top"> <h2 style="float:left; font-size:15px">瀹炴椂鎶撴媿</h2> - <audio ref="alarmAudio" src="/libs/14184.wav" style="display:none"></audio> + <!-- <audio ref="alarmAudio" src="/libs/14184.wav" style="display:none"></audio> 棰勮澹伴煶 --> <span style="float:left;font-family:PingFangSC-Regular;font-size:13px;color:#999999;" > 锛堝叡{{VideoCaptrue.cards.length}}寮狅級</span> @@ -96,13 +96,13 @@ }, methods: { showCapture(nodes) { - // if (nodes.length < 1) { - // this.taskUid = 0; - // this.VideoCaptrue.cards = []; - // return; - // } - // this.VideoCaptrue.cameras = nodes; - // this.VideoCaptrue.initCards(); + if (nodes.length < 1) { + this.taskUid = 0; + this.VideoCaptrue.cards = []; + return; + } + this.VideoCaptrue.cameras = nodes; + this.VideoCaptrue.initCards(); }, toAdd(item) { this.$emit("addToBase", item); -- Gitblit v1.8.0