| xqd
@@ -44,7 +44,7 @@ class LabelManagement extends RowAction
|
|
|
array_push($result, $value);
|
|
|
});
|
|
|
$this->multipleSelect('name', '请选择标签')
|
|
|
- ->options(DocterLabel::all()->pluck('label_name','id'))
|
|
|
+ ->options(DocterLabel::where('status','1')->get()->pluck('label_name','id'))
|
|
|
->value($result);
|
|
|
}
|
|
|
}
|