rabin há 3 anos atrás
pai
commit
d19159b621
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      service/bill/database/push_cash.php

+ 1 - 4
service/bill/database/push_cash.php

@@ -61,11 +61,8 @@ return array
             'default'   => '10',
             'default'   => '10',
             'desc'      => '交易类型',
             'desc'      => '交易类型',
             'match'     => 'is_numeric',
             'match'     => 'is_numeric',
-            'search'    => 'select',
-            'update'    => 'checkbox',
+            'update'    => 'radio',
             'option'    => $type,
             'option'    => $type,
-            'list'      => true,
-            'list_order' => 2,
         ),
         ),
 
 
         'cash'      => array
         'cash'      => array