文档资料,培训文档模块
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
<img class="startImg" src="@/assets/start.png" />
|
||||
<span>车辆类型</span>
|
||||
</div>
|
||||
<select id="mySelect" style="width: 70px" v-model="selectedOption">
|
||||
<select id="mySelect" v-model="selectedOption">
|
||||
<option v-for="(item,index) in typeList" :key="index" :value="index">{{item}}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user