diff --git a/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx b/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx index c5cf084f5699cd9ebf8b0033812973dab20f529e..2e2efd1d91ffa48d53bf5e7709ff578bf3cc2844 100644 --- a/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx +++ b/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx @@ -152,20 +152,20 @@ const Problem: React.FC = () => { }, }, { - name: '物联感知', + name: '智能感知', value: statisticsData.wlgzNum, modalConf: { type: 'collectionEvent', - title: '物联感知事件', + title: '智能感知事件', collectionMode: '2', }, }, { - name: '人工巡查', + name: '监督员上报', value: statisticsData.rgxcNum, modalConf: { type: 'collectionEvent', - title: '人工巡查事件', + title: '监督员上报事件', collectionMode: '1', }, }, @@ -181,12 +181,12 @@ const Problem: React.FC = () => { // }, // }, { - name: '其它', + name: '领导发现', value: statisticsData.otherNum, modalConf: { - type: 'otherEvent', - title: '其它渠道上报事件', - isOther: '2', + type: 'collectionEvent', + title: '领导发现事件', + collectionMode: '4', }, }, ],