@@ -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;