feat(recharge): 充值列表展示字段更换

This commit is contained in:
woody 2025-06-19 14:09:31 +08:00
parent feb8db5222
commit dccfa426c3
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
align="center" align="center"
:prop="`${item.pkId}`" :prop="`${item.pkId}`"
:label=" :label="
item.pkTransactionKeyVal + item.accountName +
`${'变更'}(${getUser.currency.symbol})` `${'变更'}(${getUser.currency.symbol})`
" "
> >

View File

@ -114,7 +114,7 @@
align="center" align="center"
:prop="`${item.pkId}`" :prop="`${item.pkId}`"
:label=" :label="
item.pkTransactionKeyVal + item.accountName +
`${'变更'}(${getUser.currency.symbol})` `${'变更'}(${getUser.currency.symbol})`
" "
> >