更新
This commit is contained in:
parent
7463187f19
commit
1e744ef493
@ -26,8 +26,9 @@ class RetailOrderList extends BaseAdminDataLists implements ListsSearchInterface
|
|||||||
public function setSearch(): array
|
public function setSearch(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'=' => ['number', 'paid','status'],
|
'=' => ['paid','status'],
|
||||||
'between_time' => 'create_time',
|
'between_time' => 'create_time',
|
||||||
|
'%like%' => ['number'],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user