forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-29 c1d6dff8bf8340fe030d3089cf5dff0e9cffcf58
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) => {