feat(cashDetails): 个税改为服务费
This commit is contained in:
parent
9c6cee81c9
commit
d4067000ca
|
@ -277,7 +277,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">
|
||||||
|
@ -288,7 +288,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">
|
||||||
|
@ -299,7 +299,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">
|
||||||
|
@ -310,7 +310,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">
|
||||||
|
@ -321,7 +321,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">
|
||||||
|
@ -332,7 +332,7 @@
|
||||||
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">
|
||||||
|
|
Loading…
Reference in New Issue