Compare commits

..

No commits in common. "70b050b60f2b9542897a63b5dd4b76acecd55e9d" and "21d33236c1fd9fd468da643817887bf4ff6ec0d1" have entirely different histories.

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.accountName + item.pkTransactionKeyVal +
`${'变更'}(${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.accountName + item.pkTransactionKeyVal +
`${'变更'}(${getUser.currency.symbol})` `${'变更'}(${getUser.currency.symbol})`
" "
> >