USER-20230908AJ\Administrator 1 год назад
Родитель
Сommit
f12cd5fd39

+ 4 - 4
page_task/property/components/car.vue

@@ -149,11 +149,11 @@ export default {
 			return {
         editIndex:0,
 				carTypeData: [{
-					'id': 1,
-					'name': '运营车'
+					'value': 1,
+					'text': '运营车'
 				}, {
-					'id': 2,
-					'name': '非运营车'
+					'value': 2,
+					'text': '非运营车'
 				}],
 				carBrandData: [],
 				carItem: {

+ 4 - 4
page_task/property/components/guarantee.vue

@@ -122,11 +122,11 @@ import {
 			return {
         editIndex: 0,
 				payData: [{
-					'id': 1,
-					'name': '满足'
+					'value': 1,
+					'text': '满足'
 				}, {
-					'id': 0,
-					'name': '未足'
+					'value': 0,
+					'text': '未足'
 				}],
 				insuranceTypeData: [],
 				insuranceItem: {

+ 4 - 4
page_task/property/components/house.vue

@@ -140,11 +140,11 @@
 			return {
 				editIndex: 0,
 				payData: [{
-					'id': 1,
-					'name': '已支付'
+					'value': 1,
+					'text': '已支付'
 				}, {
-					'id': 2,
-					'name': '未支付'
+					'value': 2,
+					'text': '未支付'
 				}],
 				houseTypeData: [],
 				houseItem: {