@@ -149,11 +149,11 @@ export default {
return {
editIndex:0,
carTypeData: [{
- 'id': 1,
- 'name': '运营车'
+ 'value': 1,
+ 'text': '运营车'
}, {
- 'id': 2,
- 'name': '非运营车'
+ 'value': 2,
+ 'text': '非运营车'
}],
carBrandData: [],
carItem: {
@@ -122,11 +122,11 @@ import {
editIndex: 0,
payData: [{
- 'name': '满足'
+ 'text': '满足'
- 'id': 0,
- 'name': '未足'
+ 'value': 0,
+ 'text': '未足'
insuranceTypeData: [],
insuranceItem: {
@@ -140,11 +140,11 @@
- 'name': '已支付'
+ 'text': '已支付'
- 'name': '未支付'
+ 'text': '未支付'
houseTypeData: [],
houseItem: {