From 5657382ed8386353e6ff251a27f0599ee35492e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Mon, 11 Nov 2024 17:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=9A=E4=B8=AA=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/realTimeMonitoring/index.vue | 61 +++++++++++++++++++++++++- src/views/roadwayManage/model.vue | 58 +++++++++++++++++++++++- 2 files changed, 116 insertions(+), 3 deletions(-) diff --git a/src/views/realTimeMonitoring/index.vue b/src/views/realTimeMonitoring/index.vue index 16f514f..3d6d2d6 100644 --- a/src/views/realTimeMonitoring/index.vue +++ b/src/views/realTimeMonitoring/index.vue @@ -62,7 +62,64 @@ - + + +
+ +
+
+ + 变倍 + +
+
+ + 变焦 + +
+
+ + 光圈 + +
+
+
+
+ + + +
+
+ + +
+
+ + + +
+
+
+ + +
+
@@ -126,7 +183,7 @@ export default { }, methods: { getClientHeight() { - this.clientHeight = this.$el.clientHeight - 80; + this.clientHeight = (this.$el.clientHeight /2)-20; }, getRealTimeList(){ diff --git a/src/views/roadwayManage/model.vue b/src/views/roadwayManage/model.vue index b8d4c05..782071f 100644 --- a/src/views/roadwayManage/model.vue +++ b/src/views/roadwayManage/model.vue @@ -187,6 +187,32 @@ + + + + + {{item.name}} + + + + + + + {{item.name}} + + +
@@ -202,7 +228,7 @@ - + + + + {{item.name}} + + + + + + + {{item.name}} + + +
@@ -276,6 +328,8 @@ export default { rightSensorGunPort:newVal.rightSensorGunPort, camera1Id:newVal.camera1Id, camera2Id:newVal.camera2Id, + camera3Id:newVal.camera3Id, + camera4Id:newVal.camera4Id, camera1Name:newVal.camera1Name, camera2Name:newVal.camera2Name }) @@ -351,6 +405,8 @@ export default { // console.log(this.mdata.camera1Id) values.camera1Id = this.mdata.camera1Id values.camera2Id = this.mdata.camera2Id + values.camera3Id = this.mdata.camera3Id + values.camera4Id = this.mdata.camera4Id } this.$api.httpApi.editStreet({ data:values