xiaogang 4 jaren geleden
bovenliggende
commit
8738727e9c
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 6 6
      app/Admin/Controllers/UserController.php

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

xqd
@@ -56,12 +56,12 @@ class UserController extends AdminController
         $grid->actions(function (Grid\Displayers\Actions $actions) {
             $actions->disableView();
             $actions->disableEdit();
-            //$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 UserVip(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 UserVip(User::class));
         });
 
         //批量操作