feat(recharge): 充值列表展示字段更换
This commit is contained in:
parent
feb8db5222
commit
dccfa426c3
|
@ -101,7 +101,7 @@
|
|||
align="center"
|
||||
:prop="`${item.pkId}`"
|
||||
:label="
|
||||
item.pkTransactionKeyVal +
|
||||
item.accountName +
|
||||
`${'变更'}(${getUser.currency.symbol})`
|
||||
"
|
||||
>
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
align="center"
|
||||
:prop="`${item.pkId}`"
|
||||
:label="
|
||||
item.pkTransactionKeyVal +
|
||||
item.accountName +
|
||||
`${'变更'}(${getUser.currency.symbol})`
|
||||
"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue