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' })(