| | |
| | | * @Company: hugeInfo |
| | | * @Author: lwh |
| | | * @Date: 2024-11-26 15:49:14 |
| | | * @LastEditTime: 2025-04-21 19:01:28 |
| | | * @LastEditTime: 2025-06-14 11:18:59 |
| | | * @LastEditors: lwh |
| | | * @Version: 1.0.0 |
| | | * @Description: |
| | |
| | | {fileData.fileList?.map((result, resIndex) => { |
| | | return ( |
| | | <div style={{ display: 'inline-block' }}> |
| | | {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} /> |
| | | {resIndex !== fileData.fileList?.length - 1 && <>,</>} |
| | | </div> |
| | | ); |
| | |
| | | {fileData.fileList?.map((result, resIndex) => { |
| | | return ( |
| | | <div style={{ display: 'inline-block' }}> |
| | | {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} /> |
| | | {resIndex !== fileData.fileList?.length - 1 && <>,</>} |
| | | </div> |
| | | ); |
| | |
| | | <span className="public-infoSubTitle"> |
| | | <span className="public-nameCard"> |
| | | |
| | | <NameCard2 name={data.value === 'auditPeople' ? object.auditUserName : object.applyUserName} userId={data.value === 'auditPeople' ? object.auditUserId : object.applyUserId} /> |
| | | <NameCard2 |
| | | name={data.value === 'auditPeople' ? object.auditUserName : object.applyUserName} |
| | | userId={data.value === 'auditPeople' ? object.auditUserId : object.applyUserId} |
| | | /> |
| | | </span> |
| | | </span> |
| | | </span> |
| | |
| | | {fileData.fileList?.map((result, resIndex) => { |
| | | return ( |
| | | <div style={{ display: 'inline-block' }}> |
| | | {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} /> |
| | | {resIndex !== fileData.fileList?.length - 1 && <>,</>} |
| | | </div> |
| | | ); |