diff --git a/Cunkebao/components/ui/date-range-picker.tsx b/Cunkebao/components/ui/date-range-picker.tsx index a27264f41..7766ec0d4 100644 --- a/Cunkebao/components/ui/date-range-picker.tsx +++ b/Cunkebao/components/ui/date-range-picker.tsx @@ -49,7 +49,6 @@ export function DateRangePicker({ className, value, onChange }: DateRangePickerP onSelect={onChange} numberOfMonths={2} locale={zhCN} - disabled={(date) => date < new Date()} showOutsideDays={false} />