king
2022-03-03 2b45840e53d250f517874bea495bffaeda172807
src/mob/searchconfig/settingform/index.jsx
@@ -89,7 +89,7 @@
          </Col>
          <Col span={12}>
            <Form.Item label={
              <Tooltip placement="topLeft" title="使用搜索栏时,标题用于搜索条件隐藏时显示。">
              <Tooltip placement="topLeft" title="使用搜索栏时,标题用于搜索条件隐藏时(当启用黑名单,登录用户无权限时)显示。">
                <QuestionCircleOutlined className="mk-form-tip" />
                标题
              </Tooltip>
@@ -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'