Debug: Agregar headers a tabs para verificar renderizado
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 15s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 15s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user