| xqd
@@ -76,6 +76,7 @@ class ServiceController extends AdminController
|
|
|
// $query->where('name','like',"%{$this->input}%");
|
|
|
// });
|
|
|
// },'机构名');
|
|
|
+ $filter->equal('docterorganization.organization_id','机构')->select(Organization::pluck('name','id'));
|
|
|
});
|
|
|
$grid->actions(function ($actions) {
|
|
|
$actions->disableEdit();
|