From 531c07ee58140dffffc1bcd29ddd06caecce4c59 Mon Sep 17 00:00:00 2001 From: bi Date: Fri, 26 Mar 2021 09:58:10 +0000 Subject: [PATCH] fix(): add col id_staff --- src/component/Test1.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/component/Test1.js b/src/component/Test1.js index ec9066d..be66039 100644 --- a/src/component/Test1.js +++ b/src/component/Test1.js @@ -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) => , width: '20%', }, { - title: 'Avt Input', + title: 'Ảnh nhận diện', dataIndex: 'url_input_img', render: (url_input_img) => , - 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%', },