rabin 2 years ago
parent
commit
b72db77e54
1 changed files with 6 additions and 3 deletions
  1. 6 3
      service/bill/database/tixian.php

+ 6 - 3
service/bill/database/tixian.php

@@ -173,9 +173,9 @@ return array
             'search'    => 'select',
             'list'      => true,
             'option'	=> $cash_status,
-            'list_name' => '交易状态<br />发放状态',
-            'list'      => 'Dever::load("bill/lib/tixian.order_num#status",{id})',
-            'list_order' => 9,
+            //'list_name' => '交易状态<br />发放状态',
+            //'list'      => 'Dever::load("bill/lib/tixian.order_num#status",{id})',
+            //'list_order' => 9,
         ),
 
         'status'        => array
@@ -190,6 +190,9 @@ return array
             'search'    => 'select',
             // 'list'      => true,
             // 'list_order' => 10,
+            'list_name' => '交易状态',
+            'list'      => true,
+            'list_order' => 9,
         ),
 
         'audit'        => array