otra vez cambiesito facil de codex

This commit is contained in:
2025-11-21 22:58:45 -06:00
parent 85bcd5737c
commit a385f58500

View File

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