| | |
| | | |
| | | import React, { useState, useRef, useEffect } from 'react'; |
| | | import { Button, message, Modal } from 'antd'; |
| | | import { Button, message, Modal, Row, Col, Card } from 'antd'; |
| | | import { |
| | | FooterToolbar, |
| | | PageContainer, |
| | |
| | | breadcrumb: {}, |
| | | }} |
| | | > |
| | | <div style={{ width: '100%', float: 'right' }}> |
| | | <Row gutter={[16, 24]}> |
| | | <Col lg={6} md={24}> |
| | | {/* tree */} |
| | | </Col> |
| | | <Col lg={18} md={24}> |
| | | <ProTable |
| | | key="user" |
| | | rowKey="id" |
| | |
| | | }, |
| | | }} |
| | | /> |
| | | </div> |
| | | </Col> |
| | | |
| | | {selectedRows?.length > 0 && ( |
| | | <FooterToolbar |
| | |
| | | } |
| | | } |
| | | /> |
| | | </Row> |
| | | </PageContainer> |
| | | ); |
| | | }; |