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%',
},