Browse Source

巡检报告 错误处理

master
liujiangyong 1 year ago
parent
commit
ed0a737e57
  1. 2
      web/client/src/sections/patrolManage/containers/patrolReport.js

2
web/client/src/sections/patrolManage/containers/patrolReport.js

@ -38,7 +38,7 @@ function patrolReport(props) {
},
ellipsis: true,
width: 150,
render: (_, record) => <div>{record.project.name}</div>
render: (_, record) => <div>{record?.project?.name || '--'}</div>
}, {
title: '巡检报告名称',
dataIndex: 'groupName',

Loading…
Cancel
Save