From 9f705a54328c4b59ad9566c521bc6e0e7577acb3 Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Fri, 13 Sep 2024 19:10:30 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master

---
 gz-customerSystem/src/views/register/eventFlow/component/Examine.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gz-customerSystem/src/views/register/eventFlow/component/Examine.jsx b/gz-customerSystem/src/views/register/eventFlow/component/Examine.jsx
index 26f9a49..72bbed3 100644
--- a/gz-customerSystem/src/views/register/eventFlow/component/Examine.jsx
+++ b/gz-customerSystem/src/views/register/eventFlow/component/Examine.jsx
@@ -133,7 +133,7 @@
                 {infoData?.fileInfoList?.map(res => {
                   return res.fileList.map((result, resIndex) => {
                     return <a href="your-link-here.html" target="_blank">
-                      <img src={link} alt="" className="title-file" />{result.trueName}
+                      <img src={link} alt="" className="title-file" />{result.name}
                       {resIndex !== res.fileList.length - 1 && <>,</>}
                     </a>
                   })

--
Gitblit v1.8.0