|
|
@@ -167,7 +167,16 @@ class WithdrawList extends \common\libs\dataList\DataList implements DataListInt
|
|
|
'USER_NAME' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceBalanceAuditListUserName')], // 会员编号
|
|
|
'WITHDRAW_PERIOD_NUM' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawPeriod')], // 提现期数
|
|
|
'CREATED_AT' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawWithdrawalTime'), 'other' => 'date'], // 申请时间
|
|
|
- 'REAL_AMOUNT' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawRealAmount')] // 实际到账金额
|
|
|
+ 'REAL_AMOUNT' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawRealAmount')], // 实际到账金额
|
|
|
+
|
|
|
+ 'REAL_NAME' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceBalanceAuditListRealName')],
|
|
|
+ 'COUNTRY_ID' => [
|
|
|
+ 'name'=> \Yii::t('ctx', 'country'),
|
|
|
+ 'other'=> 'select',
|
|
|
+ 'selectData'=> self::getCountry()
|
|
|
+ ],
|
|
|
+ 'OPEN_BANK' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawBank')],
|
|
|
+ 'MOBILE' => ['isUserTable' => false, 'name' => \Yii::t('ctx', 'modelListFinanceWithdrawMobile')],
|
|
|
];
|
|
|
}
|
|
|
return $this->filterTypes;
|