art: 修改权限标识
This commit is contained in:
parent
edb74d7bf3
commit
1b6fb9968e
@ -46,7 +46,7 @@ export const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
{
|
||||
path: '/stock/name', // 库存管理
|
||||
name: 'STOCK',
|
||||
name: 'Stock',
|
||||
meta: { title: 'menus.stock.name', icon: 'icon-acl', flat: true },
|
||||
component: BlankLayout,
|
||||
redirect: () => ({ name: 'Inbound' }),
|
||||
@ -73,32 +73,32 @@ export const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
{
|
||||
path: '/statistic/name', // 统计报表
|
||||
name: 'STATISTIC',
|
||||
name: 'Statistic',
|
||||
meta: { title: 'menus.statistic.name', icon: 'icon-acl', flat: true },
|
||||
component: BlankLayout,
|
||||
redirect: () => ({ name: 'S-Inbound' }),
|
||||
redirect: () => ({ name: 'Query-Stock' }),
|
||||
children: [
|
||||
{
|
||||
path: '/statistic/stock', //库存
|
||||
name: 'S-stock',
|
||||
name: 'Query-Stock',
|
||||
meta: { title: 'menus.statistic.stock', icon: 'icon-permission' },
|
||||
component: () => import('../views/stock/report/materialReport-page.vue'),
|
||||
},
|
||||
{
|
||||
path: '/statistic/inbound', //入库
|
||||
name: 'S-Inbound',
|
||||
name: 'Query-Inbound',
|
||||
meta: { title: 'menus.statistic.inbound', icon: 'icon-permission' },
|
||||
component: () => import('../views/stock/report/inboundReport-page.vue'),
|
||||
},
|
||||
{
|
||||
path: '/statistic/outbound', //出库
|
||||
name: 'S-Outbound',
|
||||
name: 'Query-Outbound',
|
||||
meta: { title: 'menus.statistic.outbound', icon: 'icon-permission' },
|
||||
component: () => import('../views/stock/report/outboundReport-page.vue'),
|
||||
},
|
||||
{
|
||||
path: '/statistic/stocktaking', //盘点
|
||||
name: 'S-stocktaking',
|
||||
name: 'Query-Stocktaking',
|
||||
meta: { title: 'menus.statistic.stocktaking', icon: 'icon-permission' },
|
||||
component: () => import('../views/stock/report/stocktakingReport-page.vue'),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user