#6943 removes duplicate toggle menu & fix loading animation #491
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#491
Loading…
Reference in New Issue
No description provided.
Delete Branch "6943-fixCustomerGreuges"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#6943 removes duplicate toggle menu & fix loading animationto WIP: #6943 removes duplicate toggle menu & fix loading animationWIP: #6943 removes duplicate toggle menu & fix loading animationto #6943 removes duplicate toggle menu & fix loading animation@ -128,3 +111,3 @@
<QDrawer v-model="stateStore.rightDrawer" side="right" :width="300" show-if-above>
<QCard class="full-width q-pa-sm">
<h6 class="flex justify-end q-my-lg q-pr-lg" v-if="totalAmount">
<h6 class="flex justify-end q-my-lg q-pr-lg" v-if="totalAmount >= 0">
Si es undefined, quiere decir que no aún se está haciendo la llamada para obetener los datos. Un vez se ha hecho totalAmount ya es como mínimo igual a 0. Así nos evitamos crear una variable tipo "isLoading".
Otra alternativa sería: v-if="totalAmount !== undefined"
el total amount podria ser < 0
Pues lo cambio a la alternativa