|
|
@@ -8,7 +8,6 @@
|
|
|
</span>
|
|
|
<div class="row items-center" style="gap: 8px">
|
|
|
<q-badge
|
|
|
- v-if="!expanded"
|
|
|
color="secondary"
|
|
|
text-color="black"
|
|
|
:label="currentStock"
|
|
|
@@ -33,12 +32,8 @@
|
|
|
<span class="text-body2">
|
|
|
Valor: {{ formatToBRLCurrency(unitPrice) }}
|
|
|
</span>
|
|
|
- <div class="row items-center justify-between">
|
|
|
- <span class="text-body2">Estoque</span>
|
|
|
- <div class="column items-end" style="gap: 2px">
|
|
|
- <q-badge color="secondary" text-color="black" :label="currentStock" class="q-px-lg q-py-sm" />
|
|
|
- <span class="text-body2 text-weight-bold">{{ formatToBRLCurrency(totalValue) }}</span>
|
|
|
- </div>
|
|
|
+ <div class="row items-center justify-end">
|
|
|
+ <span class="text-body2 text-weight-bold">{{ formatToBRLCurrency(totalValue) }}</span>
|
|
|
</div>
|
|
|
<slot name="details" />
|
|
|
<div class="row justify-end" style="gap: 4px; margin-top: 4px">
|