Debug: Agregar headers a tabs para verificar renderizado
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 15s

This commit is contained in:
2025-11-21 20:48:09 -06:00
parent 6f713a5ed1
commit 00b508ffaf

View File

@@ -82,6 +82,7 @@
<!-- Tab: Lotes -->
<template #lotes>
<div class="py-4">
<h3>Contenido del Tab Lotes</h3>
<LotesLotesTable
@create="showCreateLoteModal = true"
@view="handleViewLote"
@@ -94,6 +95,7 @@
<!-- Tab: Operaciones -->
<template #operaciones>
<div class="py-4">
<h3>Contenido del Tab Operaciones</h3>
<OperacionesOperacionesTable
@create="showCreateOperacionModal = true"
@view="handleViewOperacion"