@@ -41,12 +41,12 @@ $config = array
'month' => array
(
'type' => 'int-11',
- 'name' => '日期',
+ 'name' => '月份',
'default' => '',
'match' => 'is_numeric',
'desc' => '',
'search' => 'month',
- 'list_name' => '月份',
+ // 'list_name' => '月份',
'list' => 'date("Y-m", {month})',
'list_order' => 1,
),