feat: 订阅计划结束时间可以修改为更靠前的日期

This commit is contained in:
2026-05-22 09:49:31 +08:00
parent 5eaa77596e
commit 5a85ff0189

View File

@@ -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) => {