gz-customerSystem/src/views/register/visit/component/detailDialog.jsx
@@ -1,6 +1,6 @@ import React, { useState } from 'react' import KeyVisits from "./keyVisits"; import { link } from '../../../../assets/images' import { link } from '@/assets/images' export default function DetailDialog(props) { const nuturalList = [ @@ -268,7 +268,7 @@ 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) => {