Add Movement !
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="q-gutter-sm q-pa-sm q-pb-md">
|
||||
<div v-if="!circuit && !loading">
|
||||
<div v-if="mystatus === 403">
|
||||
<h3>Non hai i permessi per accedere al Gruppo.<br>
|
||||
<h3>Non hai i permessi per accedere al Circuito.<br>
|
||||
|
||||
Occorre prima registrarsi alla App </h3>
|
||||
</div>
|
||||
@@ -39,6 +39,10 @@
|
||||
<em style="font-weight: bold">{{ $t('db.youarerefusedcircuit') }}</em><br>
|
||||
</q-banner>
|
||||
|
||||
<div v-if="account">
|
||||
Saldo: {{ account.saldo}}
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<q-btn
|
||||
|
||||
Reference in New Issue
Block a user