Commit c04c6242 authored by 黄奎's avatar 黄奎

新增字段

parent ae068de0
...@@ -206,6 +206,9 @@ ...@@ -206,6 +206,9 @@
<th> <th>
{{$t('ground.UsePCount')}} {{$t('ground.UsePCount')}}
</th> </th>
<th>
车牌号
</th>
<th> <th>
{{$t('ground.yuefen')}} {{$t('ground.yuefen')}}
</th> </th>
...@@ -253,6 +256,9 @@ ...@@ -253,6 +256,9 @@
<td> <td>
{{item.UseNum}} {{item.UseNum}}
</td> </td>
<td>
{{item.BusNumber}}
</td>
<td> <td>
{{item.QStartDate}} {{item.QStartDate}}
</td> </td>
...@@ -392,6 +398,11 @@ ...@@ -392,6 +398,11 @@
<template slot="append"></template> <template slot="append"></template>
</el-input> </el-input>
</el-form-item> </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>
<el-col :span="5"> <el-col :span="5">
<el-form-item :label="$t('ground.jsbaojia')" prop="ReceivePrice"> <el-form-item :label="$t('ground.jsbaojia')" prop="ReceivePrice">
...@@ -534,6 +545,7 @@ ...@@ -534,6 +545,7 @@
BusImage: '', //车辆图片 BusImage: '', //车辆图片
ShowBusImage: "", ShowBusImage: "",
KMPrice: 0, //公里价格 KMPrice: 0, //公里价格
BusNumber:"",//车牌号
}, },
//表单验证 //表单验证
rules: { 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