From ed0a737e5705de4c10115c104b2c3e064a4419d0 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Wed, 10 May 2023 14:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E6=8A=A5=E5=91=8A=20?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/patrolManage/containers/patrolReport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/patrolManage/containers/patrolReport.js b/web/client/src/sections/patrolManage/containers/patrolReport.js index 04b3510..df45225 100644 --- a/web/client/src/sections/patrolManage/containers/patrolReport.js +++ b/web/client/src/sections/patrolManage/containers/patrolReport.js @@ -38,7 +38,7 @@ function patrolReport(props) { }, ellipsis: true, width: 150, - render: (_, record) =>
{record.project.name}
+ render: (_, record) =>
{record?.project?.name || '--'}
}, { title: '巡检报告名称', dataIndex: 'groupName',