v-for="(month, index) in dataArrMonth" class="beforeMonth" :class="beforeMOnthActive== index ? 'active' : ''" @click="toMonth(month, index)" :key="month" v-show="monthTitleShow" > {{ month }}月