Commit e1a1160c authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🐞 fix: 修改交付日期的选择

parent 0fd2e8b1
...@@ -149,7 +149,7 @@ const Condition: React.FC<Iprops> = (props: any) => { ...@@ -149,7 +149,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
> >
<DatePicker <DatePicker
style={{ width: '100%' }} style={{ width: '100%' }}
disabledDate={(current) => current && current < moment().endOf('day')} disabledDate={(current) => current && current < moment().startOf('day')}
/> />
</Form.Item> </Form.Item>
</Col> </Col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment