xiaogang 3 年之前
父节点
当前提交
79f4b22581
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      app/Admin/Controllers/UserController.php

+ 5 - 5
app/Admin/Controllers/UserController.php

xqd
@@ -60,13 +60,13 @@ class UserController extends AdminController
         $grid->actions(function (Grid\Displayers\Actions $actions) {
             $actions->disableView();
             $actions->disableEdit();
-            $actions->append(new SetUserInfo(User::class));
-            $actions->append(new UserAction(User::class));
-//            $actions->append(new UserChange(User::class));
+//            $actions->append(new SetUserInfo(User::class));
+//            $actions->append(new UserAction(User::class));
+            $actions->append(new UserChange(User::class));
 //            if ($actions->row->is_auth == 0) {
-//            $actions->append(new UserAuth(User::class));
+            $actions->append(new UserAuth(User::class));
 //            }
-//            $actions->append(new UserVip(User::class));
+            $actions->append(new UserVip(User::class));
         });
 
         //批量操作