From 197eb53419c13ebea2711c393961ade7820768e5 Mon Sep 17 00:00:00 2001
From: fandaiyang <1147379969@qq.com>
Date: Thu, 26 Dec 2024 09:39:32 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A2=86=E5=AF=BC=E5=8F=91=E7=8E=B0-?=
 =?UTF-8?q?=E8=A1=8C=E8=B5=B0=E6=88=90=E9=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx    | 4 ++--
 src/pages/UrbanSituation/Problem/index.tsx                    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx b/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx
index fb29bde4..4f626e5b 100644
--- a/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx
+++ b/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx
@@ -181,11 +181,11 @@ const Problem: React.FC = () => {
         //   },
         // },
         {
-          name: '领导发现',
+          name: '行走成都',
           value: statisticsData.otherNum,
           modalConf: {
             type: 'collectionEvent',
-            title: '领导发现事件',
+            title: '行走成都事件',
             collectionMode: '4',
           },
         },
diff --git a/src/pages/UrbanSituation/Problem/index.tsx b/src/pages/UrbanSituation/Problem/index.tsx
index 096dfec4..bf866178 100644
--- a/src/pages/UrbanSituation/Problem/index.tsx
+++ b/src/pages/UrbanSituation/Problem/index.tsx
@@ -130,11 +130,11 @@ const Problem = () => {
           },
         },
         {
-          name: '领导发现',
+          name: '行走成都',
           value: statisticsData.otherNum,
           modalConf: {
             type: 'collectionEvent',
-            title: '领导发现事件',
+            title: '行走成都事件',
             collectionMode: '4',
           },
         }
-- 
GitLab