<thstyle="color:#666666;font-size:12px;"v-for="(i,index) in week":key="index">{{i}}</th>
</thead>
</table>
<divclass="monthDayList">
<divv-for="(item,index) in daysData"class="dayList":key="index"@click="item.price?selectDate(item):''":class="{selectDay:isSelect == index,noPrice:!item.price,yesPrice:item.price}">