From 4b45e2e732a9606995d77520d058f8c4fd08d192 Mon Sep 17 00:00:00 2001 From: Guoqs Date: Fri, 26 Apr 2024 14:56:46 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=B9=B3=E5=8F=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/thirdparty/secret/detail.vue | 45 ++++++++++++------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/jsowell-ui/src/views/thirdparty/secret/detail.vue b/jsowell-ui/src/views/thirdparty/secret/detail.vue index 60db88754..735b88afb 100644 --- a/jsowell-ui/src/views/thirdparty/secret/detail.vue +++ b/jsowell-ui/src/views/thirdparty/secret/detail.vue @@ -111,7 +111,7 @@
推送充电站信息变化 - 推送 + 推送
推送站点最新信息到第三方平台 @@ -123,15 +123,17 @@ - 推送设备状态 +
+ 推送设备状态 + 推送 +
- - +
@@ -140,14 +142,17 @@ - 推送设备充电中状态 +
+ 推送设备充电中状态 + 推送 +
- +
@@ -156,7 +161,10 @@ - 推送充电订单信息 +
+ 推送充电订单信息 + 推送 +
@@ -172,11 +180,14 @@ - 推送站点费率 +
+ 推送站点费率 + 推送 +
- +
@@ -237,7 +248,7 @@ export default { this.notificationForm.stationId = this.notificationStationId; this.notificationForm.platformType = this.platformType; notificationStationInfo(this.notificationForm).then(response => { - + this.$modal.msgSuccess("操作成功"); }); }, // 点出推送设备状态 @@ -245,7 +256,7 @@ export default { this.notificationForm.stationId = this.notificationStationId; this.notificationForm.platformType = this.platformType; notificationStationStatus(this.notificationForm).then(response => { - + this.$modal.msgSuccess("操作成功"); }); }, // 点击推送设备充电中状态 @@ -253,7 +264,7 @@ export default { this.notificationForm.stationId = this.notificationStationId; this.notificationForm.platformType = this.platformType; notificationConnectorChargeStatus(this.notificationForm).then(response => { - + this.$modal.msgSuccess("操作成功"); }); }, // 点击推送订单信息 @@ -261,7 +272,7 @@ export default { this.notificationForm.stationId = this.notificationStationId; this.notificationForm.platformType = this.platformType; notificationChargeOrderInfo(this.notificationForm).then(response => { - + this.$modal.msgSuccess("操作成功"); }); }, // 点击推送站点费率 @@ -269,7 +280,7 @@ export default { this.notificationForm.stationId = this.notificationStationId; this.notificationForm.platformType = this.platformType; notificationStationFee(this.notificationForm).then(response => { - + this.$modal.msgSuccess("操作成功"); }); }, // 点击打开 通知菜单