123456789101112131415161718192021 |
- <?php
- return [
- 'Id' => 'ID',
- 'User_id' => '用户ID',
- 'Truename' => '姓名',
- 'Idcard' => '身份证号码',
- 'Status' => '状态',
- 'Status 0' => '待审核',
- 'Set status to 0'=> '设为待审核',
- 'Status 1' => '审核通过',
- 'Set status to 1'=> '设为审核通过',
- 'Status 2' => '审核驳回',
- 'Set status to 2'=> '设为审核驳回',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'User.username' => '用户名',
- 'User.nickname' => '昵称',
- 'User.mobile' => '手机号',
- 'User.avatar' => '头像'
- ];
|