This commit is contained in:
weiz 2024-02-03 17:51:53 +08:00
parent ca43f02386
commit 8baaeb0607

View File

@ -41,7 +41,7 @@ class FlowLists extends BaseAdminDataLists implements ListsSearchInterface
public function setSearch(): array public function setSearch(): array
{ {
return [ return [
'=' => ['check_type', 'status'], '=' => ['flow_cate','check_type', 'status'],
'%like%' => ['name'], '%like%' => ['name'],
]; ];
} }