|
@ -162,7 +162,7 @@ const vwMenudataRouter = { |
|
|
component: () => import('@/views/ux/billManage/kanBanWithCode'), |
|
|
component: () => import('@/views/ux/billManage/kanBanWithCode'), |
|
|
name: 'KanBanWithCode',//命名路由
|
|
|
name: 'KanBanWithCode',//命名路由
|
|
|
meta: { |
|
|
meta: { |
|
|
title: '看板结算输出', |
|
|
title: '大众看板结算输出', |
|
|
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
|
|
|
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
|
|
|
icon: '看板' |
|
|
icon: '看板' |
|
|
} |
|
|
} |
|
@ -172,7 +172,7 @@ const vwMenudataRouter = { |
|
|
component: () => import('@/views/ux/billManage/KanbanUnSettled'), |
|
|
component: () => import('@/views/ux/billManage/KanbanUnSettled'), |
|
|
name: 'KanbanUnSettled',//命名路由
|
|
|
name: 'KanbanUnSettled',//命名路由
|
|
|
meta: { |
|
|
meta: { |
|
|
title: '看板未结输出', |
|
|
title: '大众看板未结输出', |
|
|
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
|
|
|
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
|
|
|
icon: '看板' |
|
|
icon: '看板' |
|
|
} |
|
|
} |
|
@ -192,7 +192,7 @@ const vwMenudataRouter = { |
|
|
component: () => import('@/views/ux/billManage/sparePart'), |
|
|
component: () => import('@/views/ux/billManage/sparePart'), |
|
|
name: 'SparePartReport',//命名路由
|
|
|
name: 'SparePartReport',//命名路由
|
|
|
meta: { |
|
|
meta: { |
|
|
title: '备件结算输出', |
|
|
title: '大众备件结算输出', |
|
|
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
|
|
|
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
|
|
|
icon: '供货' |
|
|
icon: '供货' |
|
|
} |
|
|
} |
|
|