| | |
| | | * @Author: dminyi 1301963064@qq.com |
| | | * @Date: 2024-09-06 09:40:00 |
| | | * @LastEditors: lwh |
| | | * @LastEditTime: 2025-05-10 17:26:00 |
| | | * @LastEditTime: 2025-06-14 11:16:06 |
| | | * @FilePath: \gzDyh\gz-customerSystem\src\views\register\matterDetail\HandleRecord.jsx |
| | | * @Description: 办理记录 |
| | | */ |
| | |
| | | <div> |
| | | {record?.fileInfoList?.map((result, index) => ( |
| | | <> |
| | | {result.suffix === 'pdf' ? ( |
| | | <MyPDF name={result.name} fileUrl={result.showUrl} /> |
| | | ) : ( |
| | | <PreviewImage name={result.name} src={result.showUrl} /> |
| | | )} |
| | | <MyPDF name={result.name} fileUrl={result.showUrl} fileType={result.suffix} /> |
| | | </> |
| | | // <div key={index} onClick={() => handleOpenFiles(item)} style={{ cursor: 'pointer' }}> |
| | | // {item.name || '-'} |