事件类型form名称错误修复
parent
6172c23fd5
commit
e1966ac805
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue