Sfoglia il codice sorgente

订单列表修改列名

kevin_zhangl 3 anni fa
parent
commit
ff4a339b2b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      backendApi/modules/v1/models/lists/shop/OrderList.php

+ 1 - 1
backendApi/modules/v1/models/lists/shop/OrderList.php

@@ -261,7 +261,7 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
                     },
                 ],
                 'STANDARD_PRICE' => [
-                    'header' => 'Standard Amount', // 商品金额
+                    'header' => 'Total Price($)', // 商品金额
                     'headerOther' => [
                         'width' => '150',
                     ],