diff --git a/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx b/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx index fb29bde40b02b3e4d4655e80699d892f8c860e67..4f626e5b2516174ee54a69b2d1eb9a20b11d2e28 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 096dfec43b4a2e051025ac2ae05e422926210689..bf866178793e1ff6d197f1d18704d178748789ee 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', }, }