| {{ $t('digital.currencydecimalplace') + `(${currency(accountItem.currencyid)})` }} {{ accountItem.balance.toFixed(accountItem.currencydecimalplace) }} | {{ $t('account.profitLoss') }} {{ accountItem.profitLoss.toFixed(accountItem.currencydecimalplace) }} | {{ $t('account.riskRate') }} {{ parsePercent(accountItem.hazardRatio) }} |
| {{ $t('mine.availableFunds') + `(${currency(accountItem.currencyid)})` }} {{ accountItem.avaiableBalance.toFixed(accountItem.currencydecimalplace) }} | {{ $t('account.usedMargin') + `(${currency(accountItem.currencyid)})` }} {{ accountItem.usedmargin.toFixed(accountItem.currencydecimalplace) }} | {{ $t('account.freeze') + `(${currency(accountItem.currencyid)})` }} {{ accountItem.freezeMargin.toFixed(accountItem.currencydecimalplace) }} |