Se modifico Pedimento detail se empezaron a agregar elementos del auditor y detalle completo del pedimento
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user