{{ '钱包类型' }}
        {{ item.pkAccountVal }}
      
      
        {{ '提现金额' }}
        {{
          item.cashAmount | toThousandthAndKeepDecimal
        }}
      
      
        {{ '手续费' }}
        {{
          item.serviceCharge | toThousandthAndKeepDecimal
        }}
      
      
        {{ '个税' }}
        {{
          item.incomeTax | toThousandthAndKeepDecimal
        }}
      
      
        {{ '实发金额' }}
        {{
          item.issuedAmount | toThousandthAndKeepDecimal
        }}
      
      
        {{ '银行名称' }}
        {{ item.bankName }}
      
      
        {{ '银行账户' }}
        {{ item.cardNumber }}
      
      
        {{ '开户姓名' }}
        {{ item.accountName }}
      
      
        {{ '审核状态' }}
        {{ item.approveStateVal }}
      
      
        {{ '申请日期' }}
        {{ item.creationTime }}
      
      
        {{ '备注' }}
        {{ item.remarks }}
      
      
        {{ '状态' }}
        {{ item.statusVal }}
      
      
        驳回原因
        {{ item.approveRemarks }}
      
      
        {{ '操作' }}
        {{ '撤销' }}