| | |
| | | import React, { useState } from 'react' |
| | | import KeyVisits from "./keyVisits"; |
| | | import { link } from '../../../../assets/images' |
| | | import KeyVisits from "./KeyVisits"; |
| | | import { link } from '@/assets/images' |
| | | |
| | | export default function DetailDialog(props) { |
| | | const nuturalList = [ |
| | |
| | | const tableList = agentList |
| | | |
| | | return ( |
| | | <div> |
| | | <div style={{maxHeight: '590px', overflowY: 'scroll'}}> |
| | | <table border="1" align="center" cellpadding="8" className="table" style={{marginBottom: '20px'}}> |
| | | { |
| | | tableList?.map((item, index) => { |