| | |
| | | import React, {Component} from 'react' |
| | | import PropTypes from 'prop-types' |
| | | import { Form, Row, Col, Select, Checkbox, Tooltip, Icon, Radio } from 'antd' |
| | | import './index.scss' |
| | | import { Form, Row, Col, Select, Checkbox, Tooltip, Radio } from 'antd' |
| | | import { QuestionCircleOutlined } from '@ant-design/icons' |
| | | // import './index.scss' |
| | | |
| | | class MainTab extends Component { |
| | | static propTpyes = { |
| | |
| | | } |
| | | } |
| | | return ( |
| | | <Form {...formItemLayout} className="model-calendar-form"> |
| | | <Form {...formItemLayout}> |
| | | <Row gutter={24}> |
| | | <Col span={24}> |
| | | <Form.Item label={'开始时间'}> |
| | |
| | | <Col span={24}> |
| | | <Form.Item label={ |
| | | <Tooltip placement="topLeft" title="开启后,使用系统函数时会自动替换数据源及自定义脚本中的calendarDate与calendarDate1,其值分别为选择年份的开始和结束时间,使用自定义函数时,会增加calendarDate传参,其值为选择年份。"> |
| | | <Icon type="question-circle" /> |
| | | <QuestionCircleOutlined className="mk-form-tip" /> |
| | | 数据刷新 |
| | | </Tooltip> |
| | | }> |