mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
fix missing plus symbol issue when there are unsupported currencies of sub accounts
This commit is contained in:
@@ -577,6 +577,10 @@ export const useAccountsStore = defineStore('accounts', {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (hasUnCalculatedAmount) {
|
||||||
|
totalBalance += '+';
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
balance: showAccountBalance ? totalBalance : '***',
|
balance: showAccountBalance ? totalBalance : '***',
|
||||||
currency: resultCurrency
|
currency: resultCurrency
|
||||||
|
|||||||
Reference in New Issue
Block a user