| | |
| | | import PropTypes from 'prop-types' |
| | | import { connect } from 'react-redux' |
| | | import { is, fromJS } from 'immutable' |
| | | import { Col, Empty, notification, Button } from 'antd' |
| | | import { Col, Empty, notification, Button, Row } from 'antd' |
| | | import moment from 'moment' |
| | | import md5 from 'md5' |
| | | |
| | |
| | | return ( |
| | | <div className="normal-group-wrap" id={config.uuid} style={config.style}> |
| | | {config.setting && config.setting.print === 'true' ? <Button className="print-button" icon="printer" loading={printing} onClick={this.print}></Button> : null} |
| | | {this.getComponents()} |
| | | <Row>{this.getComponents()}</Row> |
| | | </div> |
| | | ) |
| | | } |