| | |
| | | import React, {Component} from 'react' |
| | | import PropTypes from 'prop-types' |
| | | import { DatePicker, Tooltip, Icon } from 'antd' |
| | | import { DatePicker, Tooltip } from 'antd' |
| | | import { CloseCircleOutlined } from '@ant-design/icons' |
| | | import moment from 'moment' |
| | | |
| | | import Utils from '@/utils/utils.js' |
| | |
| | | |
| | | {dateRange ? <div className="table-search-date-group-value"> |
| | | {dateRange.replace(',', ' ~ ')} |
| | | <Icon type="close-circle" onClick={this.clearTime} className="ant-calendar-picker-clear" /> |
| | | <CloseCircleOutlined onClick={this.clearTime} className="ant-calendar-picker-clear" /> |
| | | </div> : null} |
| | | </div> |
| | | ) |