This commit is contained in:
parent
cd3024c0a1
commit
933e6b88b1
|
@ -56,6 +56,7 @@ export default {
|
|||
name: 'CustomerCreate',
|
||||
meta: {
|
||||
title: 'create',
|
||||
icon: 'add',
|
||||
},
|
||||
component: () => import('src/pages/Customer/CustomerCreate.vue'),
|
||||
},
|
||||
|
|
|
@ -35,6 +35,7 @@ export default {
|
|||
name: 'OrderCreate',
|
||||
meta: {
|
||||
title: 'create',
|
||||
icon: 'add',
|
||||
},
|
||||
component: () => import('src/pages/Order/Card/OrderForm.vue'),
|
||||
},
|
||||
|
|
|
@ -35,6 +35,7 @@ export default {
|
|||
name: 'RouteCreate',
|
||||
meta: {
|
||||
title: 'create',
|
||||
icon: 'add',
|
||||
},
|
||||
component: () => import('src/pages/Route/Card/RouteForm.vue'),
|
||||
},
|
||||
|
|
|
@ -35,6 +35,7 @@ export default {
|
|||
name: 'ShelvingCreate',
|
||||
meta: {
|
||||
title: 'create',
|
||||
icon: 'add',
|
||||
},
|
||||
component: () => import('src/pages/Shelving/Card/ShelvingForm.vue'),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue