其他分享
首页 > 其他分享> > React开发(153):ant design自定义列

React开发(153):ant design自定义列

作者:互联网

<Row gutter={12}>
                <Col span={12}>
                  <Form.Item label="省/市/区">
                    <Cascader
                      fieldNames={fieldNames}
                      options={options}
                      onChange={() => {
                        this.onChange();
                      }}
                      placeholder="请输入"
                    />
                  </Form.Item>
                </Col>

标签:React,153,自定义,ant,design,onChange
来源: https://blog.csdn.net/weixin_43392489/article/details/120280276