4774-traducciones #853
|
@ -774,6 +774,7 @@ export default {
|
|||
notifications: 'Notifications',
|
||||
workerCreate: 'New worker',
|
||||
department: 'Department',
|
||||
TraductionsVn: 'Traductions',
|
||||
},
|
||||
list: {
|
||||
name: 'Name',
|
||||
|
|
|
@ -774,6 +774,7 @@ export default {
|
|||
notifications: 'Notificaciones',
|
||||
workerCreate: 'Nuevo trabajador',
|
||||
department: 'Departamentos',
|
||||
TraductionsVn: 'Traducciones',
|
||||
},
|
||||
list: {
|
||||
name: 'Nombre',
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<script setup></script>
|
||||
|
||||
<template>
|
||||
<QTable> </QTable>
|
||||
</template>
|
||||
|
||||
<i18n>
|
||||
|
||||
</i18n>
|
|
@ -10,7 +10,7 @@ export default {
|
|||
component: RouterView,
|
||||
redirect: { name: 'WorkerMain' },
|
||||
menus: {
|
||||
main: ['WorkerList', 'WorkerDepartment'],
|
||||
main: ['WorkerList', 'WorkerDepartment', 'TraductionsVn'],
|
||||
card: ['WorkerNotificationsManager'],
|
||||
departmentCard: ['BasicData'],
|
||||
},
|
||||
|
@ -39,6 +39,15 @@ export default {
|
|||
},
|
||||
component: () => import('src/pages/Worker/WorkerDepartment.vue'),
|
||||
},
|
||||
{
|
||||
path: 'traductionsVn',
|
||||
name: 'TraductionsVn',
|
||||
meta: {
|
||||
title: 'TraductionsVn',
|
||||
icon: 'history_edu',
|
||||
},
|
||||
component: () => import('src/pages/Worker/TraductionsVn.vue'),
|
||||
},
|
||||
{
|
||||
path: 'create',
|
||||
name: 'WorkerCreate',
|
||||
|
|
Loading…
Reference in New Issue