{{item.id}}
+ :style="{ background: item.isMark ? theme : '' }"
+ v-bind:class="[
+ { wh_isMark: item.isMark },
+ { wh_other_dayhide: item.otherMonth !== 'nowMonth' },
+ { wh_want_dayhide: item.dayHide },
+ { wh_isToday: item.isToday },
+ { wh_chose_day: item.chooseDay },
+ setClass(item),
+ ]"
+ >
+ {{ item.id }}
+