- Transazioni Pendenti (all'Admin compaiono tutte quelle pendenti e con la possibilità di accettarle)

This commit is contained in:
Surya Paolo
2024-09-29 23:26:44 +02:00
parent 5c0d0db45b
commit 744812eb39
8 changed files with 127 additions and 34 deletions

View File

@@ -18,4 +18,9 @@
.rigamov {
background-color: lightgray;
}
.causale {
font-weight: bold;
margin-bottom: 8px;
}

View File

@@ -18,7 +18,9 @@
</q-item-section>
<q-item-section>
<q-item-label v-if="mov.causal">{{ mov.causal }}</q-item-label>
<q-item-label class="causale" v-if="mov.causal">{{
mov.causal
}}</q-item-label>
<q-item-label lines="1">
{{ t('movement.from') }} <span class="myfrom">{{ mov.myfrom }}</span>
</q-item-label>