文档资料,培训文档模块

This commit is contained in:
2023-08-28 10:00:50 +08:00
parent 98b0ede25e
commit 8f80f216c1
3 changed files with 14 additions and 9 deletions

View File

@ -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>