Quellcode durchsuchen

第一版患者列表

ChenWuJie vor 4 Jahren
Ursprung
Commit
0665e5b6ad

+ 1 - 1
app/Admin/Controllers/UserManagement/BmUser/UserListController.php

xqd
@@ -40,7 +40,7 @@ class UserListController extends AdminController
         $actions->disableEdit();
         // 去掉查看
         $actions->disableView();
-        $actions->add(new archives());
+//        $actions->add(new archives());
         $actions->add(new BalanceLog());
         $actions->add(new BlackList());
         $actions->add(new coupons());

+ 2 - 2
app/Admin/Controllers/UserManagement/BmUser/UserPatientsController.php

xqd xqd
@@ -19,7 +19,7 @@ class UserPatientsController extends AdminController
      *
      * @var string
      */
-    protected $title = '档案';
+    protected $title = '患者列表';
 
     /**
      * Make a grid builder.
@@ -43,7 +43,7 @@ class UserPatientsController extends AdminController
             // 去掉编辑
             $actions->disableEdit();
             //服务包
-            $actions->add(new service());
+//            $actions->add(new service());
 
         });
         $grid->column('id', __('档案id'));