事件类型form名称错误修复

feat/task1-c-wallet
gongfuxiang 2024-12-25 19:35:38 +08:00
parent 6172c23fd5
commit e1966ac805
3 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class AppCenterNav
'is_sort' => 1,
'search_config' => [
'form_type' => 'select',
'form_name' => 'event_type',
'where_type' => 'in',
'data' => MyConst('common_app_event_type'),
'data_key' => 'value',

View File

@ -81,6 +81,7 @@ class AppHomeNav
'is_sort' => 1,
'search_config' => [
'form_type' => 'select',
'form_name' => 'event_type',
'where_type' => 'in',
'data' => MyConst('common_app_event_type'),
'data_key' => 'value',

View File

@ -81,6 +81,7 @@ class QuickNav
'is_sort' => 1,
'search_config' => [
'form_type' => 'select',
'form_name' => 'event_type',
'where_type' => 'in',
'data' => MyConst('common_app_event_type'),
'data_key' => 'value',