feat(PayEnum): 更新支付方式枚举类

This commit is contained in:
mkm 2024-06-04 17:22:34 +08:00
parent 522b826da6
commit 52b74b73ed
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'],
];
}