From 88ebbe3714e66e92ed8e46d3ddd97c425f24d0c3 Mon Sep 17 00:00:00 2001 From: 13703816893 Date: Wed, 7 Jun 2023 10:54:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6--=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/alarmHandling/index.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/views/alarmHandling/index.vue b/src/views/alarmHandling/index.vue index 1e603f4..17af574 100644 --- a/src/views/alarmHandling/index.vue +++ b/src/views/alarmHandling/index.vue @@ -52,6 +52,16 @@ > + + + + + 查询 @@ -179,12 +189,19 @@ export default { xlOptions: [{ id: 0, name: "全部" }], //线路数据 gtOptions: [{ id: 0, name: "全部" }], //杆塔数据 gjOptions: [{ id: 0, name: "全部" }], //告警数据 + kxdOptions: [ + { id: 80, name: "80" }, + { id: 60, name: "60" }, + { id: 40, name: "40" }, + { id: 20, name: "20" } + ], //可信度数据 formdata: { dyId: "", lineId: "", towerId: "", warnCause: "", timeVal: "", + prob: "" }, photoPic: "", tableData: [], @@ -200,6 +217,7 @@ export default { new Date(new Date().toLocaleDateString()).getTime(), new Date().getTime(), ]); + this.$set(this.formdata, "prob", 80); this.getTableList(); this.getSearchdy(); this.getSearchgj();