feat: refs #6679 add icon #276

Merged
robert merged 13 commits from 6679-addCreateIcon into dev 2024-04-16 07:38:35 +00:00
4 changed files with 4 additions and 1 deletions
Showing only changes of commit cd3024c0a1 - Show all commits

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