otra vez cambiesito facil de codex
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
<template #lotes>
|
<template #lotes>
|
||||||
<div class="py-4">
|
<div class="py-4">
|
||||||
<h3>Contenido del Tab Lotes</h3>
|
<h3>Contenido del Tab Lotes</h3>
|
||||||
<LotesLotesTable
|
<LotesTable
|
||||||
@create="showCreateLoteModal = true"
|
@create="showCreateLoteModal = true"
|
||||||
@view="handleViewLote"
|
@view="handleViewLote"
|
||||||
@edit="handleEditLote"
|
@edit="handleEditLote"
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
<template #operaciones>
|
<template #operaciones>
|
||||||
<div class="py-4">
|
<div class="py-4">
|
||||||
<h3>Contenido del Tab Operaciones</h3>
|
<h3>Contenido del Tab Operaciones</h3>
|
||||||
<OperacionesOperacionesTable
|
<OperacionesTable
|
||||||
@create="showCreateOperacionModal = true"
|
@create="showCreateOperacionModal = true"
|
||||||
@view="handleViewOperacion"
|
@view="handleViewOperacion"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user