|
@@ -36,7 +36,7 @@
|
|
|
<div class="sliderArea flex" :style="{ transform: `translateX(${translateX}px)` }">
|
|
<div class="sliderArea flex" :style="{ transform: `translateX(${translateX}px)` }">
|
|
|
<div class="item flex f-c a-c j-c" :class="{ active: activeDateIndex === item.id, holiday: item.holiday }"
|
|
<div class="item flex f-c a-c j-c" :class="{ active: activeDateIndex === item.id, holiday: item.holiday }"
|
|
|
@click="dateClick(item)" v-for="(item, index) in monthDateList" :key="index">
|
|
@click="dateClick(item)" v-for="(item, index) in monthDateList" :key="index">
|
|
|
- <el-badge :is-dot="true" :offset="[10, 0]">
|
|
|
|
|
|
|
+ <el-badge :is-dot="item.badge" :offset="[10, 0]">
|
|
|
<span>{{ item.dayWeek }}</span>
|
|
<span>{{ item.dayWeek }}</span>
|
|
|
</el-badge>
|
|
</el-badge>
|
|
|
<span>{{ item.date }}</span>
|
|
<span>{{ item.date }}</span>
|