- corretto saldi pendenti sulla lista circuiti e anche il calcolo
This commit is contained in:
@@ -66,6 +66,7 @@ export default defineComponent({
|
||||
const account = computed(() => circuit.value ? userStore.getAccountByCircuitId(circuit.value._id) : null )
|
||||
|
||||
const qtarem = computed(() => account.value ? circuitStore.getRemainingCoinsToSend(account.value) : 0)
|
||||
const saldo_pend = computed(() => account.value ? account.value.saldo_pend : 0)
|
||||
const saldo = computed(() => account.value ? account.value.saldo : 0)
|
||||
|
||||
const table = ref(toolsext.TABCIRCUITS)
|
||||
@@ -151,6 +152,7 @@ export default defineComponent({
|
||||
account,
|
||||
qtarem,
|
||||
saldo,
|
||||
saldo_pend,
|
||||
globalStore,
|
||||
showingtooltip,
|
||||
showrules,
|
||||
|
||||
Reference in New Issue
Block a user