0
0
Fork 0

refactor: refs #4074 rollback

This commit is contained in:
Jorge Penadés 2024-09-09 11:53:59 +02:00
parent c978cca8c5
commit 803ce3b909
1 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,15 @@ export default {
},
component: () => import('src/pages/Worker/WorkerDepartment.vue'),
},
{
path: 'create',
name: 'WorkerCreate',
meta: {
title: 'workerCreate',
icon: 'add',
},
component: () => import('src/pages/Worker/WorkerCreate.vue'),
},
],
},
{