Debug: Agregar headers visibles en componentes LotesTable y OperacionesTable
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m3s

This commit is contained in:
2025-11-21 21:02:30 -06:00
parent e5bb401a95
commit 7580082de0
2 changed files with 6 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>