dever 3 anos atrás
pai
commit
50663bb817

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

@@ -307,7 +307,7 @@ $struct = array
     'refund_status'        => array
     (
         'type'      => 'tinyint-1',
-        'name'      => '申请退款状态',
+        'name'      => '退款状态',
         'default'   => '1',
         'desc'      => '申请退款状态',
         'match'     => 'is_numeric',

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

@@ -363,7 +363,7 @@ return array
         'refund_status'        => array
         (
             'type'      => 'tinyint-1',
-            'name'      => '申请退款状态',
+            'name'      => '退款状态',
             'default'   => '1',
             'desc'      => '申请退款状态',
             'match'     => 'is_numeric',