<Form className={'form-customer'}>
<Form.Item style={{ width: '100%' }}>
{getFieldDecorator(`needDeliverBackcode${row.code}`,
{})(
<Checkbox onChange={(data) => this.handleCheck
(data, row)}>是否回寄</Checkbox>
)}
</Form.Item>
</Form>
React开发(226):默认方法返回一个新的参数两个括号
浙公网安备 33010602011771号