dever 3 years ago
parent
commit
9f19cbb70e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/database/sell_order.php

+ 1 - 1
app/shop/database/sell_order.php

@@ -346,7 +346,7 @@ return array
             'default'   => '1',
             'default'   => '1',
             'desc'      => '状态',
             'desc'      => '状态',
             'match'     => 'is_numeric',
             'match'     => 'is_numeric',
-            'option'    => $status,
+            'option'    => $status_manage,
             'search'    => 'select',
             'search'    => 'select',
             'list'      => true,
             'list'      => true,
         ),
         ),