Compare commits

..

No commits in common. "72862b60fe9c3df3c8a1476978ce17fa2dc491ba" and "a57de589f1fe27276060a6c57ecf30448571d050" have entirely different histories.

1 changed files with 6 additions and 6 deletions

View File

@ -277,7 +277,7 @@
v-if="showData.availableAmount"
align="center"
prop="availableAmount"
:label="'可提金额'"
:label="'可提金额' + `(${isLocalSymbol()})`"
width="100"
>
<template slot-scope="scope">
@ -288,7 +288,7 @@
v-if="showData.cashAmount"
align="center"
prop="cashAmount"
:label="'本次提现'"
:label="'本次提现' + `(${isLocalSymbol()})`"
width="100"
>
<template slot-scope="scope">
@ -299,7 +299,7 @@
v-if="showData.availableBalance"
align="center"
prop="availableBalance"
:label="'可提余额'"
:label="'可提余额' + `(${isLocalSymbol()})`"
width="100"
>
<template slot-scope="scope">
@ -310,7 +310,7 @@
v-if="showData.serviceCharge"
align="center"
prop="serviceCharge"
:label="'手续费'"
:label="'手续费' + `(${isLocalSymbol()})`"
width="100"
>
<template slot-scope="scope">
@ -321,7 +321,7 @@
v-if="showData.incomeTax"
align="center"
prop="incomeTax"
:label="'服务费'"
:label="'个税' + `(${isLocalSymbol()})`"
width="100"
>
<template slot-scope="scope">
@ -332,7 +332,7 @@
v-if="showData.issuedAmount"
align="center"
prop="issuedAmount"
:label="'实发金额'"
:label="'实发金额' + `(${isLocalSymbol()})`"
width="100"
>
<template slot-scope="scope">