fix(): add col id_staff

This commit is contained in:
bi 2021-03-26 09:58:10 +00:00
parent a3a4c28fbf
commit 531c07ee58

View File

@ -9,19 +9,24 @@ import 'antd/dist/antd.css';
const columns = [ const columns = [
{ {
title: 'Avt Origin', title: 'Ảnh gốc',
dataIndex: 'url_origin_img', dataIndex: 'url_origin_img',
render: (url_origin_img) => <Image preview={false} src={url_origin_img} height={100} width={100} />, render: (url_origin_img) => <Image preview={false} src={url_origin_img} height={100} width={100} />,
width: '20%', width: '20%',
}, },
{ {
title: 'Avt Input', title: 'Ảnh nhận diện',
dataIndex: 'url_input_img', dataIndex: 'url_input_img',
render: (url_input_img) => <Image preview={false} src={url_input_img} height={100} width={100} />, 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', dataIndex: 'id_camera',
width: '5%', width: '5%',
}, },
@ -31,12 +36,12 @@ const columns = [
width: '10%', width: '10%',
}, },
{ {
title: 'threshold', title: 'Ngưỡng',
dataIndex: 'threshold', dataIndex: 'threshold',
width: '5%', width: '5%',
}, },
{ {
title: 'time_get', title: 'Thời gian vào',
dataIndex: 'time_get', dataIndex: 'time_get',
width: '30%', width: '30%',
}, },