Fix: Corregir nombres de componentes auto-importados (LotesTable, OperacionesTable)
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 49s

This commit is contained in:
2025-11-21 21:27:09 -06:00
parent 67c6a80f7f
commit 1ea91625e2

View File

@@ -84,7 +84,7 @@
<div class="py-4 bg-green-200 p-6">
<h2 class="text-2xl font-bold text-purple-600">SLOT #LOTES FUNCIONANDO</h2>
<p>El componente debería aparecer aquí (rebuild sin caché):</p>
<LotesLotesTable
<LotesTable
@create="showCreateLoteModal = true"
@view="handleViewLote"
@edit="handleEditLote"
@@ -98,7 +98,7 @@
<div class="py-4 bg-blue-200 p-6">
<h2 class="text-2xl font-bold text-orange-600">SLOT #OPERACIONES FUNCIONANDO</h2>
<p>El componente debería aparecer aquí:</p>
<OperacionesOperacionesTable
<OperacionesTable
@create="showCreateOperacionModal = true"
@view="handleViewOperacion"
/>