奖金看板和公辅看板

This commit is contained in:
jhd
2026-05-15 15:39:59 +08:00
parent 92265e0eee
commit c59f2b6e9b
4 changed files with 1615 additions and 0 deletions

View File

@@ -152,6 +152,18 @@ export const dynamicRoutes = [
}
]
},
{
path: '/ems/assisted/statistics',
component: Layout,
children: [
{
path: '',
component: () => import('@/views/ems/assisted/statistics.vue'),
name: 'AuxiliaryStatistics',
meta: { title: '公辅消耗统计', icon: 'chart' }
}
]
},
{
path: '/system/role-auth',
component: Layout,