| | |
| | | ProFormDateTimePicker, |
| | | ProFormTextArea, |
| | | ProFormSlider, |
| | | ProFormSwitch, |
| | | } from '@ant-design/pro-components'; |
| | | import moment from 'moment'; |
| | | import { Col, Form, Modal, Row, Checkbox, Image, Tree, Drawer, Space, Button, Card, Divider } from 'antd'; |
| | |
| | | </Space> |
| | | } |
| | | > |
| | | <Card> |
| | | |
| | | <ProForm |
| | | form={form} |
| | | submitter={false} |
| | |
| | | 80: 'E', |
| | | 100: 'F', |
| | | }} |
| | | colProps={{ md: 12, xl: 12 }} |
| | | /> |
| | | <ProFormSwitch |
| | | name="switch" |
| | | label="Switch" |
| | | colProps={{ md: 12, xl: 12 }} |
| | | /> |
| | | </ProForm.Group> |
| | | <ProForm.Group> |
| | |
| | | /> |
| | | </ProForm.Group> |
| | | </ProForm> |
| | | </Card> |
| | | </Drawer> |
| | | </> |
| | | ) |