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',
meta: {
title: 'create',
icon: 'add',
},
component: () => import('src/pages/Customer/CustomerCreate.vue'),
},

View File

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

View File

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

View File

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