Ajuste usuarios - Inicio agenda

This commit is contained in:
Leonardo
2026-02-23 18:57:40 -03:00
parent 89b4ecaba1
commit b1c0cb47c0
11 changed files with 2244 additions and 576 deletions
+2 -8
View File
@@ -15,16 +15,10 @@ export default function adminMenu (ctx = {}) {
icon: 'pi pi-fw pi-home',
to: '/admin'
},
{
label: 'Agenda',
icon: 'pi pi-fw pi-calendar',
to: '/admin/agenda',
feature: 'agenda.view'
},
{
label: 'Agenda da Clínica',
label: 'Agenda do Terapeuta',
icon: 'pi pi-fw pi-sitemap',
to: '/admin/agenda/clinica',
to: '/therapist/agenda',
feature: 'agenda.view'
}
]