|
|
@@ -195,9 +195,9 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
'headerOther' => ['width' => '120'],
|
|
|
'value' => function ($row) {
|
|
|
if($row['ORDER_TYPE']=='ZC'){
|
|
|
- $orderType = 'declaration form';
|
|
|
+ $orderType = 'Welcome pack';
|
|
|
}else{
|
|
|
- $orderType = ($row['PAY_TYPE']=='cash') ? 'Cancel again': 'integral';//'重消' : '积分'
|
|
|
+ $orderType = ($row['PAY_TYPE']=='cash') ? 'Reselling': 'Points';//'重消' : '积分'
|
|
|
}
|
|
|
return $orderType;
|
|
|
},
|