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

17 lines
673 B
PHP
Raw 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' => '查验时间'
];