Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -297,6 +297,12 @@ const routes = [
|
||||
component: () => import('pages/ProductStockQuery.vue'),
|
||||
meta: { permission: 'order:view' }
|
||||
},
|
||||
{
|
||||
path: 'product-stock-by-attributes',
|
||||
name: 'product-stock-by-attributes',
|
||||
component: () => import('pages/ProductStockByAttributes.vue'),
|
||||
meta: { permission: 'order:view' }
|
||||
},
|
||||
|
||||
|
||||
/* ================= PASSWORD ================= */
|
||||
|
||||
Reference in New Issue
Block a user