update version 1.0 deploy

This commit is contained in:
2020-02-03 14:22:37 +07:00
parent 4c619ad6e6
commit 166c101a78
8 changed files with 345 additions and 47 deletions

View File

@@ -50,15 +50,15 @@ class LogsUnknow extends \yii\db\ActiveRecord
{
return [
'id' => 'ID',
'plate' => 'Plate',
'plate_image_in' => 'Plate Image In',
'plate' => 'Biển số xe',
'plate_image_in' => 'Ảnh biển vào',
'frame_image_in' => 'Frame Image In',
'time_in' => 'Time In',
'plate_image_out' => 'Plate Image Out',
'time_in' => 'Thời gian vào',
'plate_image_out' => 'Ảnh biển ra',
'frame_image_out' => 'Frame Image Out',
'time_out' => 'Time Out',
'seal_no' => 'Seal No',
'note' => 'Note',
'time_out' => 'Thời gian ra',
'seal_no' => 'SEAL_NO',
'note' => 'Nội dung khác',
'factory' => 'Factory',
];
}