ChenWuJie 4 years ago
parent
commit
c44543a0b5

+ 0 - 1
app/Admin/Controllers/UserManagement/DocterManagement/DoctorManagementController.php

@@ -96,7 +96,6 @@ class DoctorManagementController extends AdminController
         })->label('info');
         })->label('info');
         $grid->column('serviceapply', __('开通服务'))->where('status',2)->pluck('service_type')->toArray()->display(function ($type){
         $grid->column('serviceapply', __('开通服务'))->where('status',2)->pluck('service_type')->toArray()->display(function ($type){
             $type = array_unique($type);
             $type = array_unique($type);
-            dd($type);
             $type_arr = [];
             $type_arr = [];
             foreach ($type as $value)
             foreach ($type as $value)
             {
             {