6
0
Fork 0
release
panliang 2022-06-02 17:20:19 +08:00
parent cf584de24a
commit 471346c321
1 changed files with 1 additions and 1 deletions

View File

@ -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');