| | |
| | | import { CheckOutlined, } from '@ant-design/icons'; |
| | | import TableView from '@/components/TableView'; |
| | | import '../../index.less'; |
| | | import ApplyDialog from "./applyDialog"; |
| | | import AgentDialog from "./agentDialog"; |
| | | import DetailDialog from "./detailDialog"; |
| | | import ApplyDialog from "./ApplyDialog"; |
| | | import AgentDialog from "./AgentDialog"; |
| | | import DetailDialog from "./DetailDialog"; |
| | | import FilesCheck from '../../../filesCheck'; |
| | | import NewFileCheck from '../../../filesCheck/newFileCheck'; |
| | | import { IconLink } from '@arco-design/web-react/icon'; |
| | | import MapView from './map' |
| | | import MapView from './Map' |
| | | import { scan } from '@/assets/images/icon' |
| | | import MyDrawer from '@/components/MyDrawer'; |
| | | import { EventLevelDrawer, MattersDetail } from './levelDetail' |
| | | import { EventLevelDrawer, MattersDetail } from './LevelDetail' |
| | | |
| | | const RadioGroup = Radio.Group;// 根据调解案号获取纠纷登记信息 |
| | | const FormItem = Form.Item; |
| | |
| | | unmountOnExit={true} |
| | | maskClosable={false} |
| | | > |
| | | <MapView /> |
| | | <MapView |
| | | selectAdd={(value) => { |
| | | props.formRef.current.setFieldValue('disputeAddress', value) |
| | | setMapView(false) |
| | | }} |
| | | /> |
| | | </Modal> |
| | | <MattersDetail |
| | | visible={visible} |