Feat: Agregar link de Informe Empleados en la sidebar
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 55s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 55s
- Agregar entrada en navigationPrimary para acceder al informe de empleados - Icono: i-lucide-users - Ubicación: entre Informe Comercios y Comparativa Cosechas
This commit is contained in:
@@ -297,6 +297,12 @@ const navigationPrimary = computed<NavigationMenuItem[]>(() => [
|
||||
to: '/informe-comercios',
|
||||
active: route.path === '/informe-comercios'
|
||||
},
|
||||
{
|
||||
label: 'Informe Empleados',
|
||||
icon: 'i-lucide-users',
|
||||
to: '/informe-empleados',
|
||||
active: route.path === '/informe-empleados'
|
||||
},
|
||||
{
|
||||
label: 'Comparativa Cosechas',
|
||||
icon: 'i-lucide-calendar-range',
|
||||
|
||||
Reference in New Issue
Block a user