release
parent
a8d7e98eb8
commit
3914df5523
|
|
@ -217,7 +217,7 @@ class UserController extends AdminController
|
||||||
// 上级列表
|
// 上级列表
|
||||||
$tab->add('上级列表', $this->gridInviter($id));
|
$tab->add('上级列表', $this->gridInviter($id));
|
||||||
|
|
||||||
// $tab->add('成长值流水', $this->gridValues($id));
|
$tab->add('成长值流水', $this->gridValues($id));
|
||||||
$column->row(Box::make('用户记录', $tab));
|
$column->row(Box::make('用户记录', $tab));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue