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 0 deletions
Showing only changes of commit 933e6b88b1 - Show all commits

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