mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +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);
|
||||
|
||||
@@ -85,13 +85,12 @@
|
||||
@click="clickDrawer(item.stationId, item.stationName)">打开推送菜单</el-button>
|
||||
</div>
|
||||
<el-descriptions class="margin-top" :column="1" border>
|
||||
<el-descriptions-item label="站点id">{{ item.stationId }}</el-descriptions-item>
|
||||
<el-descriptions-item label="站点名称">{{ item.stationName }}</el-descriptions-item>
|
||||
<!--<el-descriptions-item label="操作">
|
||||
<el-button @click="clickDrawer(item.stationId, item.stationName)" type="primary" style="margin-left: 16px;">
|
||||
打开推送菜单
|
||||
</el-button>
|
||||
</el-descriptions-item>-->
|
||||
<el-descriptions-item label="站点Id" :labelStyle="{'min-width': '110px'}">
|
||||
{{ item.stationId }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="站点名称" :labelStyle="{'min-width': '110px'}">
|
||||
{{ item.stationName }}
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</el-card>
|
||||
</el-col>
|
||||
@@ -402,4 +401,8 @@ export default {
|
||||
.getCard {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.el-descriptions-item_label {
|
||||
width: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user