|
@@ -24,7 +24,7 @@
|
|
|
<div class="col-sm-10">
|
|
<div class="col-sm-10">
|
|
|
<select class="custom-select" v-model="addCarInfo.carType">
|
|
<select class="custom-select" v-model="addCarInfo.carType">
|
|
|
<option selected disabled value="">必填,请选择类型</option>
|
|
<option selected disabled value="">必填,请选择类型</option>
|
|
|
- <option v-for="carType in carTypes" :key="carType.statusCd" v-bind:value="carType.name">{{carType.name}}</option>
|
|
|
|
|
|
|
+ <option v-for="carType in carTypes" :key="carType.statusCd" v-bind:value="carType.statusCd">{{carType.name}}</option>
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|