Debug: Agregar headers visibles en componentes LotesTable y OperacionesTable
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m3s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m3s
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-yellow-100 p-4 border-2 border-yellow-500">
|
||||
<h3 class="text-red-600 font-bold">DEBUG: LotesTable.vue se está renderizando correctamente</h3>
|
||||
</div>
|
||||
<div class="flex justify-between items-center">
|
||||
<div>
|
||||
<h2 class="text-2xl font-bold">Lotes</h2>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-blue-100 p-4 border-2 border-blue-500">
|
||||
<h3 class="text-red-600 font-bold">DEBUG: OperacionesTable.vue se está renderizando correctamente</h3>
|
||||
</div>
|
||||
<div class="flex justify-between items-center">
|
||||
<div>
|
||||
<h2 class="text-2xl font-bold">Operaciones</h2>
|
||||
|
||||
Reference in New Issue
Block a user