From fba5368179ebf908f3751e6b2a2fd800b897f6f4 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Fri, 30 Aug 2024 16:41:17 +0800
Subject: [PATCH] 1、字典值修改 2、新增纠纷类型数据字典js

---
 gz-customerSystem/src/views/register/visit/component/detailDialog.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gz-customerSystem/src/views/register/visit/component/detailDialog.jsx b/gz-customerSystem/src/views/register/visit/component/detailDialog.jsx
index f58f8cc..c82e7f7 100644
--- a/gz-customerSystem/src/views/register/visit/component/detailDialog.jsx
+++ b/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 KeyVisits from "./KeyVisits";
+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) => {

--
Gitblit v1.8.0