From 90acfc0a27ecd04eed569e203631f071523e5d8e Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Wed, 20 Mar 2024 13:56:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/pictureTags.vue | 5 +-
.../components/workStatus.vue | 2 +-
.../components/parameterArea.vue | 61 +++++++++++++++++++
3 files changed, 65 insertions(+), 3 deletions(-)
diff --git a/src/views/photographicDevice/components/pictureTags.vue b/src/views/photographicDevice/components/pictureTags.vue
index c5423cb..971ff26 100644
--- a/src/views/photographicDevice/components/pictureTags.vue
+++ b/src/views/photographicDevice/components/pictureTags.vue
@@ -46,7 +46,7 @@
@@ -147,8 +147,9 @@ export default {
this.isShow = true;
this.pictureData = val; //获取当前列表数据
this.picoptions = val.list; //获取所有通道
+ console.log("asdasdadadad", this.picoptions);
this.channelId = val.list[0].id;
- this.picvalue = val.list[0].name; //获取第一个通道
+ this.picvalue = val.list[0].channelName; //获取第一个通道
this.termId = val.id; //装置id
this.getcanvansPic(val, this.channelId);
},
diff --git a/src/views/photographicDevice/components/workStatus.vue b/src/views/photographicDevice/components/workStatus.vue
index 5bf1919..bd56667 100644
--- a/src/views/photographicDevice/components/workStatus.vue
+++ b/src/views/photographicDevice/components/workStatus.vue
@@ -88,7 +88,7 @@
>
+ {
+ handleSearchCommand(command, areaData);
+ }
+ "
+ >
+
+ 数据查询
+
+
+ 基本信息
+ 工作状态
+ 运行状态
+ GPS位置
+ 故障信息报
+
+
@@ -144,6 +164,12 @@
+
+
+
+
+
+