| | |
| | | /* |
| | | * @Author: dminyi 1301963064@qq.com |
| | | * @Date: 2024-09-06 09:40:00 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @LastEditTime: 2024-09-11 12:00:20 |
| | | * @FilePath: \gzDyh\gz-customerSystem\src\views\register\matterDetail\HandleRecord.jsx |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | */ |
| | | import React, { useState, useRef, useEffect } from 'react'; |
| | | import * as $$ from '@/utils/utility'; |
| | | import { Form, Input, Tabs, Typography, Empty, Radio, Button, Modal } from '@arco-design/web-react'; |
| | |
| | | <div> |
| | | {list?.length > 0 ? |
| | | <div> |
| | | {list?.map(record => ( |
| | | {list?.map((record,index) => ( |
| | | <div key={record.id} className='container-bottom-left-record'> |
| | | <div className='container-bottom-left-record-top'> |
| | | { |
| | |
| | | </tr> |
| | | <tr> |
| | | <th bgcolor="#F7F8FA" className="table-title" width="120">办理附件</th> |
| | | <td>{record.handleUnitName}</td> |
| | | <td>{record?.fileInfoList?.[0]?.trueName}</td> |
| | | </tr> |
| | | </table> |
| | | </div> |