From 51bcd6780cd34cacc227689455821d984ab4493d Mon Sep 17 00:00:00 2001 From: zhaobing Date: Thu, 10 Aug 2023 18:08:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=85=BB=E6=8A=A4=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/fillion/components/maintenanceTable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/src/sections/fillion/components/maintenanceTable.js b/web/client/src/sections/fillion/components/maintenanceTable.js index 9066481a..72155c83 100644 --- a/web/client/src/sections/fillion/components/maintenanceTable.js +++ b/web/client/src/sections/fillion/components/maintenanceTable.js @@ -102,14 +102,14 @@ const DetailForm = (props) => { {data['roadSectionStart'] && data['roadSectionEnd'] ? data['roadSectionStart'] + '-' + data['roadSectionEnd'] : ''} {data['address'] || ''} - + {roadInfo.map(item => ( {data[item.name] || ''} ))} - + {mantenanceInfo.map(item => ( {data[item.name] || ''}