优化:提现信息显示优化 增加实际到账金额

This commit is contained in:
wuhui_zzw 2024-04-08 13:31:48 +08:00
parent 1c9483c9b2
commit 79c7068c44
1 changed files with 2 additions and 1 deletions

View File

@ -61,8 +61,9 @@
<el-table-column label="提现信息" min-width="300" align="left">
<template slot-scope="scope">
提现方式{{ scope.row.extract_type | extractTypeFilter }}<br />
提现金额{{ scope.row.extract_price }}<br />
提现金额{{ (Number(scope.row.extract_price) + Number(scope.row.withdraw_commission)).toFixed(2) }}<br />
手续费{{ scope.row.withdraw_commission || 0 }}<br />
实际到账{{ scope.row.extract_price }}
</template>
</el-table-column>
<el-table-column label="账户信息" min-width="300" align="left">