海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
532 B

<?php
return [
'labels' => [
'User' => '用户列表',
'user' => '用户列表',
],
'fields' => [
'agent_id' => '代理商ID',
'agent' => ['name' => '代理商名称'],
'avatar' => '头像',
'mobile' => '手机号',
'nickname' => '昵称',
'openid' => '微信openid',
'status' => '用户状态',
'unionid' => '微信unionid',
'verifier' => '是否核销人员',
'created_at' => '注册时间',
],
'options' => [
],
];