Ver Fonte

订单列表修改列名

kevin_zhangl há 3 anos atrás
pai
commit
ff4a339b2b
1 ficheiros alterados com 1 adições e 1 exclusões
  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' => [
                 'STANDARD_PRICE' => [
-                    'header' => 'Standard Amount', // 商品金额
+                    'header' => 'Total Price($)', // 商品金额
                     'headerOther' => [
                     'headerOther' => [
                         'width' => '150',
                         'width' => '150',
                     ],
                     ],