Can the getFieldDecorator of ant design's Form component bind two components with one id?

Screenshot is as follows

TimePicker TimePickerid

do you have any opinions?

Mar.04,2021

can only be used separately

<FormItem>
    <Row>
        <Col span={11}>{getFieldDecorator('MonStart', {})(<TimePicker />)}</Col>
        <Col span={2}> - </Col>
        <Col span={11}>{getFieldDecorator('MonEnd', {})(<TimePicker />)}</Col>
    </Row>
</FormItem>

after you get the value, do some processing

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3adef-2c240.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3adef-2c240.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?