提交 53e3b6e2 编写于 作者: KK's avatar KK

日历部件——调整index

上级 80dcff2e
......@@ -91,7 +91,7 @@
<van-steps active-icon="passed" inactive-icon="passed" direction="vertical">
<van-step v-for="(i,index) in evendata[activeItem]" :key="index">
<p>{{i.time}}</p>
<div class="touch" v-for="item in i.evens" :key="item.id+'1'" @touchstart="touchStart" @touchend="touchEnd">
<div class="touch" v-for="(item,index) in i.evens" :key="index" @touchstart="touchStart" @touchend="touchEnd">
<ion-checkbox v-if="showcheack" class="touch-checkbox" @click.stop="checkboxSelect(item)"></ion-checkbox>
<div :key="item.id" class="even-box">
<#-- BENGIN: 事件内容项 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册