This commit is contained in:
shijingjing
2022-09-27 13:51:28 +08:00
parent b1603f3b29
commit 7806ad4981
3 changed files with 36 additions and 12 deletions

View File

@@ -128,7 +128,6 @@
<h2>出行方式</h2>
</div>
<div class="form-item__right">
<!-- <AiCheckbox style="width: 100%;" v-model="travelType" dict="EP_travelType"/> -->
<div class="travelType">
<div class="travelItem" v-for="(v,index) in travelTypeDict" :key="index" :class="[travelType.includes(v.dictValue)? 'active':'']" @click="travelTypeSelect(v.dictValue)">{{ v.dictName }}</div>
</div>