king
2022-03-03 2b45840e53d250f517874bea495bffaeda172807
src/templates/modalconfig/menuform/index.jsx
@@ -13,7 +13,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} key={index}>
            <Form.Item label={item.label}>