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 -->
|
<!-- Tab: Lotes -->
|
||||||
<template #lotes>
|
<template #lotes>
|
||||||
<div class="py-4">
|
<div class="py-4">
|
||||||
|
<h3>Contenido del Tab Lotes</h3>
|
||||||
<LotesLotesTable
|
<LotesLotesTable
|
||||||
@create="showCreateLoteModal = true"
|
@create="showCreateLoteModal = true"
|
||||||
@view="handleViewLote"
|
@view="handleViewLote"
|
||||||
@@ -94,6 +95,7 @@
|
|||||||
<!-- Tab: Operaciones -->
|
<!-- Tab: Operaciones -->
|
||||||
<template #operaciones>
|
<template #operaciones>
|
||||||
<div class="py-4">
|
<div class="py-4">
|
||||||
|
<h3>Contenido del Tab Operaciones</h3>
|
||||||
<OperacionesOperacionesTable
|
<OperacionesOperacionesTable
|
||||||
@create="showCreateOperacionModal = true"
|
@create="showCreateOperacionModal = true"
|
||||||
@view="handleViewOperacion"
|
@view="handleViewOperacion"
|
||||||
|
|||||||
Reference in New Issue
Block a user