From 5bc3422afcef50025bc1a1b084ddf9147a19423a Mon Sep 17 00:00:00 2001 From: zhaobing Date: Thu, 10 Aug 2023 17:48:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=A1=A8=E5=A4=B4=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/fillion/components/maintenanceTable.js | 2 +- web/client/src/sections/fillion/components/patrolTable.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/client/src/sections/fillion/components/maintenanceTable.js b/web/client/src/sections/fillion/components/maintenanceTable.js index b6d495c6..9066481a 100644 --- a/web/client/src/sections/fillion/components/maintenanceTable.js +++ b/web/client/src/sections/fillion/components/maintenanceTable.js @@ -331,7 +331,7 @@ const DetailList = (props) => { // } // }, { - title: '工程类型', + title: '道路类型', key: 'projectType', dataIndex: 'projectType', align: 'center', diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index 29873744..a4e31671 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -549,7 +549,7 @@ const DetailList = (props) => { // } : '', isPatrol || isAnomaly ? { - title: isPatrol ? '工程类型' : '反馈类型', + title: isPatrol ? '道路类型' : '反馈类型', key: 'projectType', dataIndex: 'projectType', align: 'center', @@ -565,7 +565,7 @@ const DetailList = (props) => { } : '', isRoad ? { - title: '工程名称', + title: '项目名称', key: 'projectName', dataIndex: 'projectName', align: 'center',