cambios de codex
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m7s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m7s
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user