king
2022-11-04 3c50bfdd8d605b3dd449adcb54cdf7f7c25d6c16
src/templates/formtabconfig/settingform/index.jsx
@@ -251,7 +251,12 @@
            </Form.Item>
          </Col> : null}
          {datatype === 'query' && interType === 'outer' ? <Col span={12}>
            <Form.Item label="系统接口">
            <Form.Item label={
              <Tooltip placement="topLeft" title="单点登录系统">
                <QuestionCircleOutlined className="mk-form-tip" />
                系统接口
              </Tooltip>
            }>
              {getFieldDecorator('sysInterface', {
                initialValue: setting.sysInterface || 'false'
              })(