Browse Source

修改标签管理

ChenWuJie 4 năm trước cách đây
mục cha
commit
7f15375c53

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

xqd
@@ -79,7 +79,7 @@ class DoctorManagementController extends AdminController
             {
                 return '无';
             }
-                $label_value = DocterLabel::whereIn('id',$label)->pluck('label_name');
+                $label_value = DocterLabel::whereIn('id',$label)->where('status',1)->pluck('label_name');
                 return $label_value;
         })->label('info');
         return $grid;