mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
后管站点详情页面新增字段
This commit is contained in:
@@ -224,6 +224,22 @@
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item prop="accountNumber" label="国网电费账单户号" label-width="130px">
|
||||
<el-input
|
||||
v-model="station.accountNumber"
|
||||
required="true"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item prop="capacity" label="容量">
|
||||
<el-input
|
||||
v-model="station.capacity"
|
||||
required="true"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<el-button
|
||||
@@ -263,6 +279,8 @@ export default {
|
||||
matchCars: "",
|
||||
parkingNumber: "",
|
||||
parkFeeDescribe: "",
|
||||
accountNumber: "",
|
||||
capacity: "",
|
||||
selectMatchCars: [],
|
||||
publicFlag: "",
|
||||
openFlag: "",
|
||||
|
||||
Reference in New Issue
Block a user