Parcourir la source

订单列表修改列名

kevin_zhangl il y a 3 ans
Parent
commit
ff4a339b2b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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',
                     ],
                     ],