(component): update

This commit is contained in:
就眠儀式 2022-10-26 10:04:19 +08:00
parent 804624be18
commit 591b4003b8

View File

@ -76,7 +76,10 @@
<div class="laydate-set-ym">
<lay-dropdown ref="dropdownYearPanelRefRight">
<span class="laydate-range-time"
>{{ startTime.month + 1 > 11 ? startTime.year + 1 : startTime.year }} {{ t("datePicker.year") }}</span
>{{
startTime.month + 1 > 11 ? startTime.year + 1 : startTime.year
}}
{{ t("datePicker.year") }}</span
>
<template #content>
<YearPanel