dever 3 년 전
부모
커밋
9f19cbb70e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
             'desc'      => '状态',
             'match'     => 'is_numeric',
-            'option'    => $status,
+            'option'    => $status_manage,
             'search'    => 'select',
             'list'      => true,
         ),