From 84bc29410a945e617248616fde049abffef835eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=BE=E5=A4=87:TCP?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E6=96=B0=E5=A2=9E=E4=BB=8E=E7=AB=99=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=20=E7=AD=96=E7=95=A5=E9=85=8D=E7=BD=AE:=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=94=BE=E7=94=B5=E7=8A=B6=E6=80=81=E3=80=81=E5=8F=AF?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E8=B4=9F=E6=95=B0=E3=80=81=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E3=80=81=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/ems.js | 2 +- src/views/ems/dzjk/clpz/xftg/AddTemplate.vue | 445 ++++++++++--------- src/views/ems/site/sblb/AddDevice.vue | 365 ++++++++------- 3 files changed, 453 insertions(+), 359 deletions(-) diff --git a/src/store/modules/ems.js b/src/store/modules/ems.js index 2ed38ab..8ea863d 100644 --- a/src/store/modules/ems.js +++ b/src/store/modules/ems.js @@ -17,7 +17,7 @@ const ems = { deviceTypeOptions: {'TCP': 'TCP', 'RTU': 'RTU'},//设备类型 ticketStatusOptions: {1: '待处理', 2: '处理中', 3: '已处理'},//工单处理状态 strategyStatusOptions: {'0': '未启用', '1': '已运行', '2': '已暂停', '3': '禁用', '4': '删除'},//策略状态 - chargeStatusOptions: {'1': '充电', '2': '待机'},//冲放状态 + chargeStatusOptions: {'1': '充电', '2': '待机', '3': '放电'},//冲放状态 comparisonOperatorOptions: {'>': '>', '<': '<', '=': '=', '>=': '>=', '<=': '<='}, relationWithPoint: {'||': '||', '&&': '&&'} }, diff --git a/src/views/ems/dzjk/clpz/xftg/AddTemplate.vue b/src/views/ems/dzjk/clpz/xftg/AddTemplate.vue index 3daea59..4a5b282 100644 --- a/src/views/ems/dzjk/clpz/xftg/AddTemplate.vue +++ b/src/views/ems/dzjk/clpz/xftg/AddTemplate.vue @@ -1,119 +1,140 @@ + + - - - -
- 取消 - 确定 -
- + 删除 + + + + +
+ 取消 + 确定 +
+ + \ No newline at end of file diff --git a/src/views/ems/site/sblb/AddDevice.vue b/src/views/ems/site/sblb/AddDevice.vue index 6f46b86..0f84776 100644 --- a/src/views/ems/site/sblb/AddDevice.vue +++ b/src/views/ems/site/sblb/AddDevice.vue @@ -1,12 +1,15 @@