|
|
@@ -180,7 +180,7 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
case 'ZC':
|
|
|
return 'Welcome pack';
|
|
|
case 'FX':
|
|
|
- return in_array($row['PAY_TYPE'], ['cash', 'pay_stack']) ? 'Reselling': 'Points'; //'重消' : '积分'
|
|
|
+ return in_array($row['PAY_TYPE'], ['cash', 'pay_stack']) ? 'Repeat Purchase': 'Points'; //'重消' : '积分'
|
|
|
}
|
|
|
},
|
|
|
],
|
|
|
@@ -233,7 +233,7 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
},
|
|
|
],
|
|
|
'REAL_PV' => [
|
|
|
- 'header' => 'Commodity Amount', // 商品金额
|
|
|
+ 'header' => 'BV Amount', // 商品金额
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|