diff --git a/jsowell-ui/src/views/pile/station/components/billing.vue b/jsowell-ui/src/views/pile/station/components/billing.vue index ee4c1a235..b15db82ab 100644 --- a/jsowell-ui/src/views/pile/station/components/billing.vue +++ b/jsowell-ui/src/views/pile/station/components/billing.vue @@ -3,6 +3,39 @@ + + +

+ 点击立即发布后,会将该计费模板下发到当前站点下所有的充电桩上面,请注意核对收费金额! +

+ + {{billingDetail.electricityPriceA}} + {{billingDetail.servicePriceA}} + {{billingDetail.electricityPriceB}} + {{billingDetail.servicePriceB}} + {{billingDetail.electricityPriceC}} + {{billingDetail.servicePriceC}} + {{billingDetail.electricityPriceD}} + {{billingDetail.servicePriceD}} + + + 取 消 + 立即发布 + +
+ + - - + - - - - 点击立即发布后,会将该计费模板下发到当前站点下所有的充电桩上面 - - 取 消 - 立即发布 - - @@ -218,6 +230,8 @@ export default { }, // 需要向子组件传递的值 billingTemplateId: "", + // 计费详情 + billingDetail: {}, }; }, created() { @@ -301,6 +315,7 @@ export default { queryInfo() { getTemplate(this.publishTemplateId).then((response) => { console.log("点击发布按钮 查询计费模板详情", response); + this.billingDetail = response.data; // this.form = response.data; // console.log("timeArray", this.form.timeArray); // const selectStartTimeArr = [];