From 82dd0d9d25f8c6c3c8702d800bd9c478c7360e3b Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Thu, 1 Jun 2023 11:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=8D=E7=85=A7=E6=97=B6=E9=97=B4=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../realTimeMonitor/components/setschedule.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/realTimeMonitor/components/setschedule.vue b/src/views/realTimeMonitor/components/setschedule.vue index 906bf9c..2677e36 100644 --- a/src/views/realTimeMonitor/components/setschedule.vue +++ b/src/views/realTimeMonitor/components/setschedule.vue @@ -174,7 +174,14 @@ 间隔:{{ val.span }}分钟

- +
+ 偏移时间(分): + +

选择通道

@@ -274,6 +281,7 @@ export default { requestArr: [], //通过requestid获取状态 sureloading: false, offsetnum: "", + setNum: Math.floor(Math.random() * 10), }; }, mounted() { @@ -325,6 +333,7 @@ export default { // this.$message.success("查询成功"); // this.shedulenr = res.data.list.join("; ") this.shedulenr = res.data.list; + this.offsetnum = res.data.offset; this.loading = false; }) .catch((err) => { @@ -495,6 +504,7 @@ export default { { termid: this.deviceListData.zzid, channelidlist: [this.checkList], + offset: this.setNum, }, ], }) @@ -732,6 +742,10 @@ export default { } } } + .math { + margin-top: 12px; + margin-bottom: 12px; + } } } }