fix(): add col id_staff
This commit is contained in:
parent
a3a4c28fbf
commit
531c07ee58
|
@ -9,19 +9,24 @@ import 'antd/dist/antd.css';
|
|||
const columns = [
|
||||
|
||||
{
|
||||
title: 'Avt Origin',
|
||||
title: 'Ảnh gốc',
|
||||
dataIndex: 'url_origin_img',
|
||||
render: (url_origin_img) => <Image preview={false} src={url_origin_img} height={100} width={100} />,
|
||||
width: '20%',
|
||||
},
|
||||
{
|
||||
title: 'Avt Input',
|
||||
title: 'Ảnh nhận diện',
|
||||
dataIndex: 'url_input_img',
|
||||
render: (url_input_img) => <Image preview={false} src={url_input_img} height={100} width={100} />,
|
||||
width: '20%',
|
||||
width: '25%',
|
||||
},
|
||||
{
|
||||
title: 'id_camera',
|
||||
title: 'ID staff',
|
||||
dataIndex: 'id_staff',
|
||||
width: '5%',
|
||||
},
|
||||
{
|
||||
title: 'Camera',
|
||||
dataIndex: 'id_camera',
|
||||
width: '5%',
|
||||
},
|
||||
|
@ -31,12 +36,12 @@ const columns = [
|
|||
width: '10%',
|
||||
},
|
||||
{
|
||||
title: 'threshold',
|
||||
title: 'Ngưỡng',
|
||||
dataIndex: 'threshold',
|
||||
width: '5%',
|
||||
},
|
||||
{
|
||||
title: 'time_get',
|
||||
title: 'Thời gian vào',
|
||||
dataIndex: 'time_get',
|
||||
width: '30%',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user