release
parent
cf584de24a
commit
471346c321
|
|
@ -164,7 +164,7 @@ class UserController extends AdminController
|
|||
|
||||
$show->field('user_info.growth_value', '成长值');
|
||||
$show->field('profit');
|
||||
$show->field('inviter_info.is_company', '员工')->as(function ($v) {
|
||||
$show->field('user_info.is_company', '员工')->as(function ($v) {
|
||||
return $v ? '是' : '否';
|
||||
});
|
||||
$show->field('vip_expired');
|
||||
|
|
|
|||
Loading…
Reference in New Issue