update
This commit is contained in:
parent
61934129ad
commit
e8bc887f75
@ -38,8 +38,9 @@ class CostProjectLists extends BaseAdminDataLists implements ListsSearchInterfac
|
||||
public function setSearch(): array
|
||||
{
|
||||
return [
|
||||
'=' => ['types', 'industry'],
|
||||
'%like%' => ['project_num', 'project_name'],
|
||||
'=' => ['cost_project_id'],
|
||||
'%like%' => ['superior_sort', 'name'],
|
||||
'between_time'=>['create_time']
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user