删除现场人员表格人脸照片字段

This commit is contained in:
zhangyx
2022-09-06 16:54:35 +08:00
parent f98cf790b8
commit d49a7644d5

View File

@ -51,17 +51,6 @@ const SitePersonList: React.FC<{}> = () => {
width: 300,
ellipsis: true,
},
{
title: '人脸照片',
dataIndex: 'facePicName',
search: false,
render: (text: any, record: any) => {
return (
<><a onClick={() => downloadFile({ uid: record.facePic })}>{record.facePicName}</a>
</>
)
}
},
{
title: '操作',
search: false,