rabin 3 years ago
parent
commit
d19159b621
1 changed files with 1 additions and 4 deletions
  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',
             'desc'      => '交易类型',
             'match'     => 'is_numeric',
-            'search'    => 'select',
-            'update'    => 'checkbox',
+            'update'    => 'radio',
             'option'    => $type,
-            'list'      => true,
-            'list_order' => 2,
         ),
 
         'cash'      => array