feat: refs #6679 add icon
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-04-09 09:17:49 +02:00
parent f1c67a9775
commit cd3024c0a1
4 changed files with 4 additions and 1 deletions

View File

@ -46,6 +46,7 @@ export default {
name: 'SupplierCreate',
meta: {
title: 'create',
icon: 'add',
},
component: () => import('src/pages/Supplier/SupplierCreate.vue'),
},

View File

@ -35,6 +35,7 @@ export default {
name: 'EntryCreate',
meta: {
title: 'create',
icon: 'add',
},
component: () => import('src/pages/Entry/EntryCreate.vue'),
},

View File

@ -44,6 +44,7 @@ export default {
name: 'TravelCreate',
meta: {
title: 'travelCreate',
icon: 'add',
},
component: () => import('src/pages/Travel/TravelCreate.vue'),
},

View File

@ -52,7 +52,7 @@ export default {
name: 'WorkerCreate',
meta: {
title: 'workerCreate',
icon: '',
icon: 'add',
},
component: () => import('src/pages/Worker/WorkerCreate.vue'),
},