7658-devToTest_2428 #508

Merged
alexm merged 392 commits from 7658-devToTest_2428 into test 2024-07-02 10:38:20 +00:00
3 changed files with 12 additions and 1 deletions
Showing only changes of commit ef52c9b0c0 - Show all commits

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'),
},
],
},
],