|
|
@@ -183,37 +183,13 @@ class BalanceAudit extends \common\components\ActiveRecord
|
|
|
'name' => 'bonus',
|
|
|
'label' => \Yii::t('ctx', 'balanceAuditListGetBalanceAuditType'),//会员账户奖金
|
|
|
],
|
|
|
- // 'reconsume_points' => [
|
|
|
- // 'name' => 'reconsume_points',
|
|
|
- // 'label' => '复消积分',
|
|
|
- // ],
|
|
|
- // 'exchange_points' => [
|
|
|
- // 'name' => 'exchange_points',
|
|
|
- // 'label' => '兑换积分',
|
|
|
- // ],
|
|
|
'cash' => [
|
|
|
'name' => 'cash',
|
|
|
'label' => \Yii::t('ctx', 'balanceAuditListCash'),// 会员账户余额
|
|
|
],
|
|
|
- // 'cf' => [
|
|
|
- // 'name' => 'cf',
|
|
|
- // 'label' => '车房养老奖余额',
|
|
|
- // ],
|
|
|
- // 'lx' => [
|
|
|
- // 'name' => 'lx',
|
|
|
- // 'label' => '领袖分红奖余额',
|
|
|
- // ],
|
|
|
- // 'tourism_points' => [
|
|
|
- // 'name' => 'tourism_points',
|
|
|
- // 'label' => '旅游积分',
|
|
|
- // ],
|
|
|
- 'garage_points' => [
|
|
|
- 'name' => 'garage_points',
|
|
|
- 'label' => \Yii::t('ctx', 'balanceAuditListGaragePoints'),// 车奖积分
|
|
|
- ],
|
|
|
- 'villa_points' => [
|
|
|
- 'name' => 'villa_points',
|
|
|
- 'label' => \Yii::t('ctx', 'balanceAuditListVillaPoints'),// 房奖积分
|
|
|
+ 'prp' => [
|
|
|
+ 'name' => 'user_performance',
|
|
|
+ 'label' => \Yii::t('ctx', 'balanceAuditListPrp'),// 绩效奖金
|
|
|
],
|
|
|
];
|
|
|
}
|