piccole modif

This commit is contained in:
Surya Paolo
2023-12-01 16:14:28 +01:00
parent 9a3ebc69ca
commit 15b0095dca
12 changed files with 1089 additions and 704 deletions

View File

@@ -18,13 +18,14 @@
:strfido="t('account.fido_casa', { fido: account ? account.fidoConcesso : '', symbol })"
:color="color"
v-model="saldo"
:before_str="t('account.saldo') + `:`"
:valueextra="
account && account.notifspending && account.notifspending.length > 0
? `* `
: ''
"
:label="
t('account.saldo') + ` (` + t('account.dispon') + `: ` + qtarem + `)`
`(` + t('account.dispon') + `: ` + qtarem + ` ` + symbol + `)`
"
:paramTypeAccount="paramTypeAccount"
:myrecparam="account"