mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 11:29:58 +08:00
update 后管计费模板页面
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
v-model="scope.row.status"
|
||||
active-value="1"
|
||||
inactive-value="0"
|
||||
@change="changeStatus(scope.row)"
|
||||
disabled="disabled"
|
||||
>
|
||||
</el-switch>
|
||||
</template>
|
||||
@@ -293,6 +293,7 @@ export default {
|
||||
publishBillingTemplate(data).then(() => {
|
||||
this.$message.success("发布计费模板成功");
|
||||
this.publishTemplateId = "";
|
||||
this.getStationBillingTemplateList();
|
||||
});
|
||||
},
|
||||
changeStatus(info) {
|
||||
|
||||
Reference in New Issue
Block a user