+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
{{ stats.total }}
+
总申请数
+
+
+
+
+
{{ stats.pending }}
+
待处理
+
+
+
+
+
{{ stats.completed }}
+
已完成
+
+
+
+
+
{{ stats.rejected }}
+
已拒绝
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getWithTypeText(row.withType) }}
+
+
+
+
+
+ ¥{{ row.amount }}
+
+
+
+
+
+ {{ row.realAmount > 0 ? `¥${row.realAmount}` : '-' }}
+
+
+
+
+
+
+ {{ getStatusText(row.status) }}
+
+
+
+
+
+ 查看
+
+
+
+
+ {{ formatDate(row.CreatedAt) }}
+
+
+
+
+ {{ row.arriveTime ? formatDate(row.arriveTime) : '-' }}
+
+
+
+
+
+ 通过
+
+
+ 拒绝
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+ {{ currentWithdraw.userName }}
+
+
+ ¥{{ currentWithdraw.amount }}
+
+
+
+
+ 可扣除手续费等费用,不能超过申请金额
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getWithTypeText(currentWithdraw.withType) }}
+
+
+
+ ¥{{ currentWithdraw.amount }}
+
+
+
+
+
收款信息:
+
+
+
{{ getWithTypeText(currentWithdraw.withType) }}收款码
+
+
+
+
+
+
+
+
+
+ {{ currentWithdraw.ID }}
+ {{ currentWithdraw.userName }}
+
+
+ {{ getWithTypeText(currentWithdraw.withType) }}
+
+
+
+ ¥{{ currentWithdraw.amount }}
+
+
+
+ {{ currentWithdraw.realAmount > 0 ? `¥${currentWithdraw.realAmount}` : '-' }}
+
+
+
+
+ {{ getStatusText(currentWithdraw.status) }}
+
+
+ {{ formatDate(currentWithdraw.CreatedAt) }}
+
+ {{ currentWithdraw.arriveTime ? formatDate(currentWithdraw.arriveTime) : '-' }}
+
+
+
+
+