dever 6 years ago
parent
commit
01e2760a0e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      journal/database/order.php

+ 2 - 2
journal/database/order.php

@@ -180,10 +180,10 @@ return array
             'default'   => '1',
             'desc'      => '支付方式',
             'match'     => 'is_numeric',
-            //'option'    => $source,
+            'option'    => $source,
             'search'    => 'select',
             'update'    => 'radio',
-            //'list'        => true,
+            'list'        => true,
         ),
 
         'seller_id'     => array