0
0
Fork 0

refs #7406 routes trad

This commit is contained in:
Carlos Satorres 2024-05-27 10:42:47 +02:00
parent e6ff13c09c
commit ef52c9b0c0
3 changed files with 12 additions and 1 deletions

View File

@ -830,7 +830,7 @@ worker:
calendar: Calendar
timeControl: Time control
locker: Locker
formation: Formation
list:
name: Name
email: Email

View File

@ -828,6 +828,7 @@ worker:
calendar: Calendario
timeControl: Control de horario
locker: Taquilla
formation: Formación
list:
name: Nombre
email: Email

View File

@ -23,6 +23,7 @@ export default {
'WorkerDms',
'WorkerTimeControl',
'WorkerLocker',
'WorkerFormation',
],
departmentCard: ['BasicData'],
},
@ -177,6 +178,15 @@ export default {
},
component: () => import('src/pages/Worker/Card/WorkerLocker.vue'),
},
{
name: 'WorkerFormation',
path: 'formation',
meta: {
title: 'formation',
icon: 'clinical_notes',
},
component: () => import('src/pages/Worker/Card/WorkerFormation.vue'),
},
],
},
],