Your Name преди 3 години
родител
ревизия
cf0522b400
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      service/bill/database/shop_stat.php

+ 2 - 2
service/bill/database/shop_stat.php

@@ -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,
         ),