From 60dad3a4d5e221ef7b79e5364865c3361fc6cc03 Mon Sep 17 00:00:00 2001 From: zhaobing Date: Thu, 10 Aug 2023 18:14:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=98=AF=E5=90=A6=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E9=80=89=E4=B8=AD=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/patrolTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index a4e31671..70b803f6 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -170,7 +170,7 @@ const DetailForm = (props) => { patrolContent.map(obj => { return ( obj.skip ? null : - {obj.name === 'inspectionNoException' ? : data[obj.name] || ''} + {obj.name === 'inspectionNoException' ? : data[obj.name] || ''} ) })