站点信息表新增对接高德的 运营商品牌 和 站点名称描述 字段

This commit is contained in:
Lemon
2024-01-26 09:01:52 +08:00
parent ab84099e15
commit f18bf4c072
6 changed files with 67 additions and 1 deletions

View File

@@ -240,6 +240,22 @@
></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item prop="operatorName" label="运营商品牌名称" label-width="130px">
<el-input
v-model="station.operatorName"
required="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item prop="amapStationName" label="推送高德充电站名称描述" label-width="170px">
<el-input
v-model="station.amapStationName"
required="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
<el-button
@@ -281,6 +297,8 @@ export default {
parkFeeDescribe: "",
accountNumber: "",
capacity: "",
operatorName: "",
amapStationName: "",
selectMatchCars: [],
publicFlag: "",
openFlag: "",