From e405ff7a82a74a7ecd737aa878c680b9d749c6ba Mon Sep 17 00:00:00 2001 From: snlavaise Date: Wed, 12 Aug 2026 02:49:21 +0000 Subject: [PATCH] Agrupar botones de laboratorios bajo menu desplegable Acciones y posicionar Importar a la derecha --- src/sections/HistoriaClinica.tsx | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx index cb50bb7..5f7e5bf 100644 --- a/src/sections/HistoriaClinica.tsx +++ b/src/sections/HistoriaClinica.tsx @@ -43,7 +43,8 @@ import { Square, Copy, Clock, - Search + Search, + ChevronDown } from 'lucide-react'; import { Card, CardContent } from '@/components/ui/card'; import { Badge } from '@/components/ui/badge'; @@ -1497,10 +1498,32 @@ function SeccionLaboratorios({ lab, patientId, internacionId, add, update, del,
- {canEdit && } - + + + + + + {canEdit && ( + { reset(); setDialog(true); }}> + + Nuevo + + )} + { setParametroEvolucion('Hematocrito'); setEvolDialog(true); }}> + + Evolución + + setOtrosDialog(true)}> + + Ver Otros + + + -