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