king
2022-03-03 2b45840e53d250f517874bea495bffaeda172807
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'