mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
站点信息表新增对接高德的 运营商品牌 和 站点名称描述 字段
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user