cambios de codex
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m7s

This commit is contained in:
2025-11-21 22:33:44 -06:00
parent 00b508ffaf
commit ba0b45dae8

View File

@@ -83,7 +83,7 @@
<template #lotes>
<div class="py-4">
<h3>Contenido del Tab Lotes</h3>
<LotesLotesTable
<LotesTable
@create="showCreateLoteModal = true"
@view="handleViewLote"
@edit="handleEditLote"
@@ -96,7 +96,7 @@
<template #operaciones>
<div class="py-4">
<h3>Contenido del Tab Operaciones</h3>
<OperacionesOperacionesTable
<OperacionesTable
@create="showCreateOperacionModal = true"
@view="handleViewOperacion"
/>