删除现场人员表格人脸照片字段
This commit is contained in:
@ -51,17 +51,6 @@ const SitePersonList: React.FC<{}> = () => {
|
|||||||
width: 300,
|
width: 300,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: '人脸照片',
|
|
||||||
dataIndex: 'facePicName',
|
|
||||||
search: false,
|
|
||||||
render: (text: any, record: any) => {
|
|
||||||
return (
|
|
||||||
<><a onClick={() => downloadFile({ uid: record.facePic })}>{record.facePicName}</a>
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
search: false,
|
search: false,
|
||||||
|
Reference in New Issue
Block a user