src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
@@ -679,6 +679,22 @@ </Col> <Col span={12}> <Form.Item label={ <Tooltip placement="topLeft" title="在搜索条件存在时,是否显示搜索和重置按钮。"> <Icon type="question-circle" /> 搜索按钮 </Tooltip> }> {getFieldDecorator('show', { initialValue: setting.show || 'true' })( <Radio.Group> <Radio value="true">显示</Radio> <Radio value="false">隐藏</Radio> </Radio.Group>)} </Form.Item> </Col> <Col span={12}> <Form.Item label={ <Tooltip placement="topLeft" title="高级搜索弹窗的宽度,注:当宽度值小于100时表示占窗口的百分比,大于100时表示宽度的绝对值。"> <Icon type="question-circle" /> 高级搜索