update filters

This commit is contained in:
2020-02-03 14:52:15 +07:00
parent 166c101a78
commit 6bee84075c
3 changed files with 44 additions and 9 deletions

View File

@@ -56,7 +56,12 @@ class Logs extends \yii\db\ActiveRecord {
'seal_no' => 'SEAL_NO',
'note' => 'Nội dung khác',
'factory' => 'Factory',
'plate' => "Biển số"
'plate' => "Biển số",
'type' => "Loại xe",
'company' => "Tên công ty",
'driver' => "Lái xe",
'telephone' => "Điện thoại",
'cmt' => "CMT"
];
}