This commit is contained in:
chenbo 2024-02-26 15:38:24 +08:00
parent 61934129ad
commit e8bc887f75

View File

@ -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']
];
}