@@ -228,6 +228,7 @@ const field = ref({ | |||
form: { | |||
disabled: false, | |||
formLabelWidth: formLabelWidth, | |||
listData: VEHICLE_COLOR_TYPE, | |||
width: '90%', | |||
type: 'input', | |||
required: true, | |||
@@ -358,6 +359,7 @@ const field = ref({ | |||
prop: 'obuVehiclePlateColor', | |||
form: { | |||
disabled: false, | |||
listData: VEHICLE_COLOR_TYPE, | |||
formLabelWidth: formLabelWidth, | |||
width: '90%', | |||
type: 'input', |