Files
park/application/admin/lang/zh-cn/yq/perimeter/enterprise_check.php
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

17 lines
673 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Id' => '主键ID',
'Status' => '状态',//0-审核中1-已通过2-失败3-需要重新上传证件4-已重新上传证件
'Is_del' => '状态',//1正常2禁用-1删除
'Remark' => '其他说明',
'Apply_time' => '申请时间',
'Vehicle_no' => '车牌号',
'Vehicle_mount' => '挂载车牌号',
'Waybill_id' => '运单id',
'Check_uid' => '查验人企业id',
'Check_status' => '查验状态',//1通过2未通过
'Check_where' => '查验项',//(共六项,企业端上暂写死)
'Check_time' => '查验时间'
];