mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
站点新增 停车费率描述字段
This commit is contained in:
@@ -216,6 +216,14 @@
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item prop="parkFeeDescribe" label="停车费率描述">
|
||||
<el-input
|
||||
v-model="station.parkFeeDescribe"
|
||||
required="true"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<el-button
|
||||
@@ -254,6 +262,7 @@ export default {
|
||||
stationTel: "",
|
||||
matchCars: "",
|
||||
parkingNumber: "",
|
||||
parkFeeDescribe: "",
|
||||
selectMatchCars: [],
|
||||
publicFlag: "",
|
||||
openFlag: "",
|
||||
@@ -486,6 +495,7 @@ export default {
|
||||
},
|
||||
// 修改充电站信息
|
||||
async subUpdate() {
|
||||
console.log("this.station", this.station);
|
||||
await updateStation(this.station);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user