diff --git a/nuxt4/app/components/lotes/Form.vue b/nuxt4/app/components/lotes/Form.vue index 76201fe..84c61f4 100644 --- a/nuxt4/app/components/lotes/Form.vue +++ b/nuxt4/app/components/lotes/Form.vue @@ -30,9 +30,9 @@ diff --git a/nuxt4/app/components/lotes/Table.vue b/nuxt4/app/components/lotes/Table.vue index 8fb0853..a0064b5 100644 --- a/nuxt4/app/components/lotes/Table.vue +++ b/nuxt4/app/components/lotes/Table.vue @@ -15,9 +15,9 @@
-
+

Grafo de trazabilidad

-

Relaciones insumo → resultado por nivel de profundidad

+

Relaciones insumo → resultado por nivel

+
+
+ + {{ nodes.length }} nodos · {{ edges.length }} aristas +
- - {{ nodes.length }} nodos · {{ edges.length }} aristas -
-
+
+ + + + + + + + + + + + + + + - + @@ -36,23 +62,25 @@ v-for="node in nodes" :key="node.id" class="transition-transform duration-200" + filter="url(#nodeShadow)" > {{ node.label }} @@ -61,7 +89,7 @@ :y="node.y + 10" text-anchor="middle" class="text-[11px]" - fill="#334155" + :fill="subTextColor" > {{ getTipoLabel(node.tipo) }} @@ -71,7 +99,7 @@ :y="node.y + 26" text-anchor="middle" class="text-[10px]" - fill="#475569" + :fill="subTextColor" > {{ node.cantidad_kg.toLocaleString('es-AR') }} kg @@ -80,27 +108,18 @@
-
- - Uva - - - Despulpado - - - Oreado / Presecado - - - Reposo - - - Secado / mezcla - +
+ Uva + Despulpado + Oreado/Presecado + Reposo + Secado/Mezcla