dever 3 éve
szülő
commit
50663bb817
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      app/shop/database/buy_order.php
  2. 1 1
      app/shop/database/sell_order.php

+ 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',