@@ -81,7 +81,7 @@ return array
'search' => 'month_eq',
'search_default' => '',
'list_name' => '月份',
- 'list' => 'date("Y-m", "{month}")',
+ 'list' => 'is_numeric("{month}") ? date("Y-m", "{month}") : {month}',
),
'name' => array