From 5702c09105f7b7c66f3c1e09bc1049c67edbdf5c Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Tue, 30 Apr 2024 08:56:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=9A=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/reportApi.js | 9 +++ .../components/setChannelDialog.vue | 61 ++++++++++++------ .../reportData/equipmentStatus/index.vue | 63 +++++++++++++++++-- 3 files changed, 108 insertions(+), 25 deletions(-) diff --git a/src/utils/api/reportApi.js b/src/utils/api/reportApi.js index ac22dd4..de4dcbf 100644 --- a/src/utils/api/reportApi.js +++ b/src/utils/api/reportApi.js @@ -42,3 +42,12 @@ export function gettermAllList(data) { params: data, }); } + +//规约版本 +export function getProtocolList(data) { + return request({ + url: "/xymanager/getProtocolList", + method: "get", + params: data, + }); +} diff --git a/src/views/realTimeMonitor/components/setChannelDialog.vue b/src/views/realTimeMonitor/components/setChannelDialog.vue index 50718a4..cd098cf 100644 --- a/src/views/realTimeMonitor/components/setChannelDialog.vue +++ b/src/views/realTimeMonitor/components/setChannelDialog.vue @@ -4,7 +4,7 @@ title="通道设置" :visible.sync="isShow" :close-on-click-modal="false" - width="640px" + width="850px" @close="handleclose" >
@@ -88,7 +88,9 @@
- + +
+ -
(毫秒) @@ -112,7 +113,9 @@
- + +
+ -
- +
- + (多行使用\n换行) + - + (多行使用\n换行) + - - + + (多行使用\n换行) + - + (多行使用\n换行) +