@@ -54,7 +54,7 @@ const router = createRouter({
path: 'flow',
name: 'FlowAnalysis',
component: () => import('@/views/analysis/index.vue'),
- meta: { title: '流程分析看板', icon: 'TrendCharts' },
+ meta: { title: '流程分析看板', icon: 'TrendCharts', permissions: ['dept_manager', 'flow_manager', 'super_admin'] },
},
],