feat(cashDetails): 提现明细税费改服务费

This commit is contained in:
woody 2025-08-12 16:27:46 +08:00
parent 992c59e6fa
commit 1ee67d726c
1 changed files with 6 additions and 51 deletions

View File

@ -294,7 +294,7 @@
v-if="showData.availableAmount"
align="center"
prop="availableAmount"
:label="'可提金额' + `(${isLocalSymbol()})`"
:label="'可提金额'"
width="100"
>
<template slot-scope="scope">
@ -305,7 +305,7 @@
v-if="showData.cashAmount"
align="center"
prop="cashAmount"
:label="'本次提现' + `(${isLocalSymbol()})`"
:label="'本次提现'"
width="100"
>
<template slot-scope="scope">
@ -316,7 +316,7 @@
v-if="showData.availableBalance"
align="center"
prop="availableBalance"
:label="'可提余额' + `(${isLocalSymbol()})`"
:label="'可提余额'"
width="100"
>
<template slot-scope="scope">
@ -327,7 +327,7 @@
v-if="showData.serviceCharge"
align="center"
prop="serviceCharge"
:label="'手续费' + `(${isLocalSymbol()})`"
:label="'手续费'"
width="100"
>
<template slot-scope="scope">
@ -338,7 +338,7 @@
v-if="showData.incomeTax"
align="center"
prop="incomeTax"
:label="'个税' + `(${isLocalSymbol()})`"
:label="'服务费'"
width="100"
>
<template slot-scope="scope">
@ -349,59 +349,14 @@
v-if="showData.issuedAmount"
align="center"
prop="issuedAmount"
:label="'实发金额' + `(${isLocalSymbol()})`"
:label="'实发金额'"
width="100"
>
<template slot-scope="scope">
{{ scope.row.issuedAmount | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleCashAmount"
align="center"
prop="settleCashAmount"
:label="'本次提现' + `(${isLocals()})`"
width="100"
>
<template slot-scope="scope">
{{ scope.row.settleCashAmount | numberToCurrency }}
</template>
</el-table-column>
<!-- lll -->
<el-table-column
v-if="showData.settleServiceCharge"
align="center"
prop="settleServiceCharge"
:label="'手续费' + `(${isLocals()})`"
width="100"
>
<template slot-scope="scope">
{{ scope.row.settleServiceCharge | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleIncomeTax"
align="center"
prop="settleIncomeTax"
:label="'个税' + `(${isLocals()})`"
width="100"
>
<template slot-scope="scope">
{{ scope.row.settleIncomeTax | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleIssuedAmount"
align="center"
prop="settleIssuedAmount"
:label="'实发金额' + `(${isLocals()})`"
width="100"
>
<template slot-scope="scope">
{{ scope.row.settleIssuedAmount | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.exchangeRate"
align="center"