| | |
| | | import React, {Component} from 'react' |
| | | import PropTypes from 'prop-types' |
| | | import { Form, Row, Col, Select, Checkbox } from 'antd' |
| | | import { Form, Row, Col, Select, Checkbox, Tooltip, Icon, Radio } from 'antd' |
| | | import './index.scss' |
| | | |
| | | class MainTab extends Component { |
| | |
| | | )} |
| | | </Form.Item> |
| | | </Col> |
| | | <Col span={24}> |
| | | <Form.Item label={ |
| | | <Tooltip placement="topLeft" title="开启后,使用系统函数时会自动替换数据源及自定义脚本中的calendarDate与calendarDate1,其值分别为选择年份的开始和结束时间,使用自定义函数时,会增加calendarDate传参,其值为选择年份。"> |
| | | <Icon type="question-circle" /> |
| | | 数据刷新 |
| | | </Tooltip> |
| | | }> |
| | | {getFieldDecorator('refresh', { |
| | | initialValue: calendar.refresh || 'false', |
| | | })( |
| | | <Radio.Group> |
| | | <Radio key="true" value="true">开启</Radio> |
| | | <Radio key="false" value="false">关闭</Radio> |
| | | </Radio.Group> |
| | | )} |
| | | </Form.Item> |
| | | </Col> |
| | | </Row> |
| | | </Form> |
| | | ) |