😎修复日程中点击农历错误

This commit is contained in:
zuohuaijun 2024-07-25 16:18:55 +08:00
parent 85039d65ab
commit 911436f3ea

View File

@ -14,10 +14,10 @@
<div v-for="(item, key) in state.ScheduleData" :key="key">
<el-badge v-if="FormatDate(data.day) == FormatDate(item.scheduleTime)" is-dot class="item"></el-badge>
</div>
</div>
<div style="font-size: 10px">
{{ solarDate2lunar(data.day) }}
<div style="font-size: 10px">
{{ solarDate2lunar(data.day) }}
</div>
</div>
</template>
</el-calendar>