Se modifico Pedimento detail se empezaron a agregar elementos del auditor y detalle completo del pedimento

This commit is contained in:
2025-10-01 21:12:38 -06:00
parent 4a0e5dfa1c
commit 347d59b6c1
9 changed files with 3329 additions and 1006 deletions

View File

@@ -351,16 +351,16 @@ export default function Datastage() {
</div>
{/* Tabla para pantallas grandes */}
<div className="hidden lg:block overflow-x-auto">
<table className="min-w-full divide-y divide-gray-200 rounded-lg overflow-hidden text-xs bg-white">
<thead className="bg-slate-100">
<table className="min-w-full divide-y divide-gray-300 rounded-lg overflow-hidden text-xs bg-white">
<thead className="bg-gray-50">
<tr>
<th className="border px-2 py-2 whitespace-nowrap">ID</th>
<th className="border px-2 py-2 whitespace-nowrap">Archivo</th>
<th className="border px-2 py-2 whitespace-nowrap">Contribuyente</th>
<th className="border px-2 py-2 whitespace-nowrap">Procesado</th>
<th className="border px-2 py-2 whitespace-nowrap">Creado</th>
<th className="border px-2 py-2 whitespace-nowrap">Actualizado</th>
<th className="border px-2 py-2 whitespace-nowrap">Acciones</th>
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">ID</th>
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Archivo</th>
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Contribuyente</th>
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Procesado</th>
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Creado</th>
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Actualizado</th>
<th scope="col" className="px-6 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Acciones</th>
</tr>
</thead>
<tbody>