Commit c04c6242 authored by 黄奎's avatar 黄奎

新增字段

parent ae068de0
......@@ -206,6 +206,9 @@
<th>
{{$t('ground.UsePCount')}}
</th>
<th>
车牌号
</th>
<th>
{{$t('ground.yuefen')}}
</th>
......@@ -253,6 +256,9 @@
<td>
{{item.UseNum}}
</td>
<td>
{{item.BusNumber}}
</td>
<td>
{{item.QStartDate}}
</td>
......@@ -392,6 +398,11 @@
<template slot="append"></template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="5">
<el-form-item label="车牌号">
<el-input v-model="addMsg.BusNumber" maxlength="45"></el-input>
</el-form-item>
</el-col>
<el-col :span="5">
<el-form-item :label="$t('ground.jsbaojia')" prop="ReceivePrice">
......@@ -534,6 +545,7 @@
BusImage: '', //车辆图片
ShowBusImage: "",
KMPrice: 0, //公里价格
BusNumber:"",//车牌号
},
//表单验证
rules: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment