|
|
@@ -188,12 +188,12 @@ class WithdrawList extends \common\libs\dataList\DataList implements DataListInt
|
|
|
public function getFilterTypes() {
|
|
|
if (!$this->filterTypes) {
|
|
|
$this->filterTypes = [
|
|
|
- 'SN' => ['isUserTable' => false, 'name' => '提现流水号'],
|
|
|
- 'USER_NAME' => ['isUserTable' => false, 'name' => '会员编号'],
|
|
|
- 'WITHDRAW_PERIOD_NUM' => ['isUserTable' => false, 'name' => '提现期数'],
|
|
|
- 'ID_CARD' => ['isUserTable' => false, 'name' => '身份证号'],
|
|
|
+ 'SN' => ['isUserTable' => false, 'name' => 'Withdrawal serial number'],//提现流水号
|
|
|
+ 'USER_NAME' => ['isUserTable' => false, 'name' => 'Member code'],// 会员编号
|
|
|
+ 'WITHDRAW_PERIOD_NUM' => ['isUserTable' => false, 'name' => 'Period'],// 提现期数
|
|
|
+// 'ID_CARD' => ['isUserTable' => false, 'name' => '身份证号'],
|
|
|
//'AUDIT_STATUS_NAME' => ['isUserTable' => false, 'name' => '审核状态', 'other' => 'select', 'selectData' => [['id' =>0, 'name' => '提现待审核'], ['id' => 2, 'name' => '提现已审核'], ['id' => 3, 'name' => '提现待付款'], ['id' => 4, 'name' => '付款失败'], ['id' => 5, 'name' => '已拒绝'], ['id' => 6, 'name' => '提现已付款'], ['id' => 7, 'name' => '已退回']]],
|
|
|
- 'CREATED_AT' => ['isUserTable' => false, 'name' => '申请时间', 'other' => 'date'],
|
|
|
+ 'CREATED_AT' => ['isUserTable' => false, 'name' => 'Withdrawal time', 'other' => 'date'], // 申请时间
|
|
|
];
|
|
|
}
|
|
|
return $this->filterTypes;
|