#49 feat: gráficos de provenance (proveedores-organizaciones y territorios) en el resumen público
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
<OrderLines :lines="purchase.lines" />
|
||||
<v-divider class="my-3" />
|
||||
<OrderTotal :total="calculateTotal(purchase.lines)" />
|
||||
<ProvenanceSection
|
||||
v-if="purchase.product_provenance?.length"
|
||||
:provenance="purchase.product_provenance"
|
||||
/>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</div>
|
||||
@@ -51,6 +55,7 @@
|
||||
import OrderLines from '@/components/order/OrderLines.vue'
|
||||
import OrderPayment from '@/components/order/OrderPayment.vue'
|
||||
import OrderTotal from '@/components/order/OrderTotal.vue'
|
||||
import ProvenanceSection from '@/components/provenance/ProvenanceSection.vue'
|
||||
|
||||
defineProps({
|
||||
purchase: {
|
||||
|
||||
Reference in New Issue
Block a user