| | |
| | | * @Company: hugeInfo |
| | | * @Author: ldh |
| | | * @Date: 2022-03-11 11:03:44 |
| | | * @LastEditTime: 2024-08-17 17:42:03 |
| | | * @LastEditTime: 2024-08-19 10:11:34 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @Version: 1.0.0 |
| | | * @Description: 大厅来访材料附件查看 |
| | |
| | | import { Button, Menu, Tooltip } from 'antd'; |
| | | import { useSearchParams } from 'react-router-dom'; |
| | | import { |
| | | FolderOpenOutlined, |
| | | FolderOutlined, |
| | | CaretRightOutlined, |
| | | CaretDownOutlined, |
| | | FileOutlined, |
| | | FileImageOutlined, |
| | | FilePdfOutlined, |
| | |
| | | return ( |
| | | <SubMenu |
| | | key={x.ownerTypeName} |
| | | icon={openKeys.includes(x.ownerTypeName) ? <FolderOpenOutlined /> : <FolderOutlined />} |
| | | expandIcon={openKeys.includes(x.ownerTypeName) ? <CaretRightOutlined /> : <CaretDownOutlined />} |
| | | title={x.ownerTypeName} |
| | | > |
| | | {x.fileList?.map((y, z) => { |