rabin 3 лет назад
Родитель
Сommit
d19159b621
1 измененных файлов с 1 добавлено и 4 удалено
  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