From 23326343a893de67c7d9f9a1fc2d83a1fb25744d Mon Sep 17 00:00:00 2001 From: fandaiyang <1147379969@qq.com> Date: Mon, 23 Dec 2024 21:09:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9F=8E=E5=B8=82=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UrbanManagementIssues/Problem/index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx b/src/pages/NewHome/NewLeftSidebar/UrbanManagementIssues/Problem/index.tsx index c5cf084f..2e2efd1d 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', }, }, ], -- GitLab