From 676e678c2023e8f2b698821d2dde40ac4bcb9a65 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 14 Nov 2025 18:04:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6):=20V1?= =?UTF-8?q?=E7=89=88=E6=9C=AC=20=E6=97=B6=E9=97=B4=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=8A=A8=E6=80=81=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=97=A5=E6=9C=9F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E6=AD=A3=E5=B8=B8=E3=80=82=20#17347?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeDate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/components/widget/deWidget/DeDate.vue b/core/frontend/src/components/widget/deWidget/DeDate.vue index 49ce28681a..57265af34f 100644 --- a/core/frontend/src/components/widget/deWidget/DeDate.vue +++ b/core/frontend/src/components/widget/deWidget/DeDate.vue @@ -138,7 +138,7 @@ export default { showDate: false, startWindowTime: 0, minDate: new Date(1980, 0, 1), - maxDate: new Date(2025, 10, 1), + maxDate: new Date(2030, 10, 1), currentDate: new Date(), operator: 'between', defaultIndex: 2,