From 15b0236520ef9fecbe3facd61ecc0c156fca6c79 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 30 Sep 2024 16:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=91=E7=94=B5=E6=84=9F=E5=BA=94=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/construction/manage/hoistManage.js | 9 ++ src/assets/images/close_img.png | Bin 0 -> 507 bytes .../manage/hoistManage/hoistManage.vue | 78 ++++++++++++++++-- 3 files changed, 79 insertions(+), 8 deletions(-) create mode 100644 src/assets/images/close_img.png diff --git a/src/api/construction/manage/hoistManage.js b/src/api/construction/manage/hoistManage.js index 5aeddd1..0782360 100644 --- a/src/api/construction/manage/hoistManage.js +++ b/src/api/construction/manage/hoistManage.js @@ -60,4 +60,13 @@ export function getJdWarnList(query) { method: 'get', params: query }) +} + +/* 关闭近电感应告警 */ +export function closeJdWarn(data) { + return request({ + url: '/tcp/netty/closeWarn', + method: 'post', + data:data + }) } \ No newline at end of file diff --git a/src/assets/images/close_img.png b/src/assets/images/close_img.png new file mode 100644 index 0000000000000000000000000000000000000000..6bfb7182294004863ef37035ccdc98af99c446e1 GIT binary patch literal 507 zcmVPx$wMj%lR5(wSR7-NgFbtJU$n*$ZKqjn!U2o8Ehwcj}0Zsxv33SzMcYzh2(9ZM- zolvYIV`q$U_+;Z5*?D?;dJ@77U*3*C5aGL5lrPtwm z$^O^h(gn=ZhZOev3>uAPU;av;&>3LfiZT>pW*Bw&Tqn&RKD)*4(Jyv`w)M)qs_s03-=9xQC@J_rx~Fi<)JfbwZ4-2hWVHSsuI1bF8OD z3GsG`X$9uFBeWcN)1;i0h^7!l(goJ?0KD=bu+>PZkzFFy==tTWlUSGU#d-IoHdZ&L x^$WHYWkQH&BFX@ffmjOOeNrj)?y_ {{ item.electricQuantity }}% -
配置 +
+ 配置 + 关闭报警
@@ -110,6 +112,18 @@ @click.prevent="removeConfig(data)"> --> + + + + + + + + @@ -124,14 +138,49 @@ @@ -674,17 +736,17 @@ export default { } .jd-dev-elec { - width: 100px; + width: 70px; height: 100%; align-items: center; justify-content: flex-start; } .jd-dev-img { - width: 30px; + width: 60px; height: 100%; align-items: center; - justify-content: center; + justify-content: space-evenly; cursor: pointer; }