init
This commit is contained in:
12
application/admin/lang/zh-cn/yq/driver/certificates.php
Normal file
12
application/admin/lang/zh-cn/yq/driver/certificates.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Transport_pic' => '道运证图片',
|
||||
'Tractor_pic' => '牵引车行驶证图片',
|
||||
'Driver_pic' => '驾驶证图片',
|
||||
'Driver_id' => '司机ID',
|
||||
'Cer_creattime' => '提交时间',
|
||||
'Cer_status' => '审核状态0未审1审核通过2拒绝',
|
||||
'Cer_remark' => '拒绝原因',
|
||||
'Cer_isdel' => '1正常0删除'
|
||||
];
|
||||
12
application/admin/lang/zh-cn/yq/driver/driver.php
Normal file
12
application/admin/lang/zh-cn/yq/driver/driver.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => '主键ID',
|
||||
'Account' => '账号',
|
||||
'Password' => '密码',
|
||||
'Nick_name' => '昵称',
|
||||
'Phone' => '手机号',
|
||||
'Head' => '头像',
|
||||
'Status' => '状态',//:1-正常;2-禁用
|
||||
'Create_time' => '创建时间'
|
||||
];
|
||||
9
application/admin/lang/zh-cn/yq/driver/vehicle.php
Normal file
9
application/admin/lang/zh-cn/yq/driver/vehicle.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => '主键ID',
|
||||
'License' => '车牌号',
|
||||
'Driver_id' => '司机ID',
|
||||
'Create_time' => '创建时间',
|
||||
'Is_del' => '是否解绑0解绑1绑定'
|
||||
];
|
||||
Reference in New Issue
Block a user