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换行) +