src/mob/searchconfig/settingform/index.jsx
@@ -140,6 +140,19 @@ </Form.Item> </Col> : null} {type === 'search' ? <Col span={12}> <Form.Item label="提示文字"> {getFieldDecorator('label', { initialValue: config.setting.label, rules: [ { max: formRule.input.max, message: formRule.input.message } ] })(<Input placeholder="" autoComplete="off" onPressEnter={this.handleSubmit} />)} </Form.Item> </Col> : null} {type === 'search' ? <Col span={12}> <Form.Item label="匹配方式"> {getFieldDecorator('match', { initialValue: config.setting.match || 'like'