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

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

View File

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