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-10 13:24:20 +02:00
parent cd3024c0a1
commit 933e6b88b1
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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