放开用户规则展示
This commit is contained in:
@@ -140,7 +140,6 @@ class IndexController extends AdminController
|
||||
return $this->parent ? $this->parent->nickname : '---';
|
||||
});
|
||||
|
||||
if ($user->id == 1) {
|
||||
$grid->column('分润规则')->display(function ($title, $column) {
|
||||
return '点击展开';
|
||||
})->modal(function ($model) {
|
||||
@@ -153,7 +152,6 @@ class IndexController extends AdminController
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
$grid->column('created_at', '注册时间');
|
||||
$grid->disableExport(false);
|
||||
|
||||
Reference in New Issue
Block a user