diff --git a/src/components/SummaryComponent.vue b/src/components/SummaryComponent.vue
index 8e70f5b..92601d7 100644
--- a/src/components/SummaryComponent.vue
+++ b/src/components/SummaryComponent.vue
@@ -26,7 +26,7 @@ const orderByRouteAndNipRef = ref
+ v-if="orderByRouteAndNipRef.get(route.MZT_Nazwa1)?.get(nip)?.orders?.length > 1 ">
ZAMÓWIENIA NR
{{ orderByNip.MZN_MZNID
@@ -240,6 +272,16 @@ onBeforeUnmount(async function() {
v-if="index !== orderByRouteAndNipRef.get(route.MZT_Nazwa1).get(nip).orders.length - 1">,
+
+ ZAMÓWIENIE NR
+ {{ orderByNip.MZN_MZNID
+ }}
+ ,
+
+
@@ -294,7 +336,10 @@ onBeforeUnmount(async function() {
--bulma-box-padding: 0.75rem;
}
}
-
+ .is-active {
+ background-color: #66d1ff;
+ color: white;
+ }
.blackBorder {
--bulma-table-cell-border-color : black;
}