mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
update 平台配置页面
This commit is contained in:
@@ -69,6 +69,9 @@
|
||||
<el-button size="big" @click="pushStation" v-has-permi="['pile:station:edit']">
|
||||
推送站点信息
|
||||
</el-button>
|
||||
<el-button size="big" @click="pushStation" v-has-permi="['pile:station:edit']">
|
||||
推送站点信息
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -385,6 +388,11 @@ export default {
|
||||
});
|
||||
},
|
||||
|
||||
// 保存站点与第三方平台关系
|
||||
saveStationThirdParty() {
|
||||
|
||||
},
|
||||
|
||||
// 绑定站点与停车平台配置
|
||||
saveParkingSetting(parkingId) {
|
||||
console.log("parkingId", parkingId, this.stationId);
|
||||
|
||||
Reference in New Issue
Block a user