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" v-if="showData.availableAmount"
align="center" align="center"
prop="availableAmount" prop="availableAmount"
:label="'可提金额'" :label="'可提金额' + `(${isLocalSymbol()})`"
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="'本次提现'" :label="'本次提现' + `(${isLocalSymbol()})`"
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="'可提余额'" :label="'可提余额' + `(${isLocalSymbol()})`"
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="'手续费'" :label="'手续费' + `(${isLocalSymbol()})`"
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="'服务费'" :label="'个税' + `(${isLocalSymbol()})`"
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="'实发金额'" :label="'实发金额' + `(${isLocalSymbol()})`"
width="100" width="100"
> >
<template slot-scope="scope"> <template slot-scope="scope">