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