This commit is contained in:
luofei 2024-06-04 17:33:55 +08:00
commit 0f102e2dfc
2 changed files with 4 additions and 3 deletions

View File

@ -28,7 +28,8 @@ class StoreProductLists extends BaseAdminDataLists implements ListsSearchInterfa
public function setSearch(): array
{
return [
'=' => ['store_name', 'cate_id'],
'=' => ['cate_id'],
'%like%' => ['store_name'],
];
}