src/components/simpleform/index.jsx
@@ -40,7 +40,7 @@ const { getFieldDecorator } = this.props.form const fields = [] this.props.formlist.forEach((item, index) => { if (item.type === 'text') { // 文本搜索 if (item.type === 'text') { fields.push( <Col span={24 / this.props.cols} key={index}> <Form.Item label={item.label}>