Your Name 3 vuotta sitten
vanhempi
commit
cf0522b400
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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,
         ),