src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
@@ -412,7 +412,12 @@ </Form.Item> </Col> : null} {type === 'main' ? <Col span={12}> <Form.Item label="表头固定"> <Form.Item label={ <Tooltip placement="topLeft" title={'含有合并列或表格出现横向滚动时会显示异常,请慎用!'}> <Icon type="question-circle" /> 表头固定 </Tooltip> }> {getFieldDecorator('columnfixed', { initialValue: setting.columnfixed === 'true' || setting.columnfixed === true ? 'true' : 'false' })(