From 6e7dd5af927b80b217062e9e6caed6f5da6de1ca Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Fri, 14 Apr 2023 13:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/index.js | 9 + src/views/realTimeMonitor/index.vue | 107 ++++++- src/views/realTimeMonitor/paramArea.vue | 379 +++++++++++++----------- 3 files changed, 305 insertions(+), 190 deletions(-) diff --git a/src/utils/api/index.js b/src/utils/api/index.js index ef611af..7a8da67 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -130,6 +130,15 @@ export function getTerminalPhotoListJoggle(data) { data, }); } +//获取通道的接口 + +export function getChannelListJoggle(data) { + return request({ + url: "/test/getChannelList", + method: "post", + data, + }); +} //线路信息管理接口数据 //1.线路列表信息 diff --git a/src/views/realTimeMonitor/index.vue b/src/views/realTimeMonitor/index.vue index 606da90..bb00381 100644 --- a/src/views/realTimeMonitor/index.vue +++ b/src/views/realTimeMonitor/index.vue @@ -8,10 +8,10 @@ @@ -20,13 +20,38 @@ - + -
+
- + {{ terminalPhoto }} +
+ +
+ + +
+
+
+

检测项 通道

+
+ + + + +
+
- +
@@ -34,6 +59,7 @@ \ No newline at end of file +