From 6fc7326e9206c9cffc66a905f9141292070bd1a6 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Fri, 22 May 2026 09:49:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=A2=E9=98=85=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E5=8F=AF=E4=BB=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=9B=B4=E9=9D=A0=E5=89=8D=E7=9A=84=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Administrator/subscriptionPlan.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/component/Administrator/subscriptionPlan.vue b/src/component/Administrator/subscriptionPlan.vue index a52a555e..6cde48be 100644 --- a/src/component/Administrator/subscriptionPlan.vue +++ b/src/component/Administrator/subscriptionPlan.vue @@ -572,10 +572,6 @@ } const disableEndDate = (current: Dayjs) => { - if (isEditMode.value) { - const specificTime = dayjs(formState.currentPeriodEnd) - return current && current < dayjs(formState.currentPeriodEnd * 1000).startOf("day") - } return disabledDate(current) } const range = (start: number, end: number) => {