|
|
@@ -133,7 +133,7 @@ class BalanceList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
// 'headerOther' => ['width' => '150'],
|
|
|
// ],
|
|
|
'BONUS' => [
|
|
|
- 'header' => '会员奖金余额',
|
|
|
+ 'header' => '奖金账户',
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['BONUS'],
|
|
|
@@ -148,7 +148,7 @@ class BalanceList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
],
|
|
|
],
|
|
|
'RECONSUME_POINTS' => [
|
|
|
- 'header' => '会员复销点数',
|
|
|
+ 'header' => '复消积分',
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['RECONSUME_POINTS'],
|
|
|
@@ -178,7 +178,7 @@ class BalanceList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
],
|
|
|
],
|
|
|
'CASH' => [
|
|
|
- 'header' => '会员余额',
|
|
|
+ 'header' => '充值账户',
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['CASH'],
|