6
0
Fork 0
release
panliang 2022-06-02 17:43:57 +08:00
parent a8d7e98eb8
commit 3914df5523
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class UserController extends AdminController
// 上级列表
$tab->add('上级列表', $this->gridInviter($id));
// $tab->add('成长值流水', $this->gridValues($id));
$tab->add('成长值流水', $this->gridValues($id));
$column->row(Box::make('用户记录', $tab));
});
};