Commit d24a8fcd authored by XieZhiXiong's avatar XieZhiXiong

Merge branch 'dev-srm' of http://10.0.0.22:3000/lingxi/lingxi-business-paltform into dev-srm

parents 7d73bd97 2d2600c9
......@@ -149,7 +149,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
>
<DatePicker
style={{ width: '100%' }}
disabledDate={(current) => current && current < moment().endOf('day')}
disabledDate={(current) => current && current < moment().startOf('day')}
/>
</Form.Item>
</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