From b94da8f63e4e614d62d88fedad79db4b3952db20 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期四, 31 七月 2025 10:03:31 +0800 Subject: [PATCH] 检测内容、预警规则整合进系统设置里边; 预警规则增加图标; 摄像机配置样式调整、预警规则更名为任务描述并调整数据结构; 实时监控右侧样式调整,预警数据按所有任务进行筛选。 --- src/pages/cameraVideo/index/Video.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/cameraVideo/index/Video.vue b/src/pages/cameraVideo/index/Video.vue index 9f4f0f3..22732bc 100644 --- a/src/pages/cameraVideo/index/Video.vue +++ b/src/pages/cameraVideo/index/Video.vue @@ -131,7 +131,7 @@ console.log("newArry", newArry) const cameras = this.filterNodes(newArry) this.getActiveIndex() - this.$refs.taskview.showTasks(cameras) + // this.$refs.taskview.showTasks(cameras)//瑙嗛鎾斁鏃朵笉鍐嶅埛鏂板彸渚т换鍔℃暟鎹� this.$refs.photoview.showCapture(cameras) }, "VideoPhotoData.selectBlacks": function(value) { -- Gitblit v1.8.0