diff --git a/src/views/system/route/components/list.vue b/src/views/system/route/components/list.vue index 3c5d70b..d5254bc 100644 --- a/src/views/system/route/components/list.vue +++ b/src/views/system/route/components/list.vue @@ -234,12 +234,11 @@ export default { del: false, edit: false, MENU: [ + { title: '企业信息', model: 'corpManagement' }, + { title: '机务档案', model: 'mechanicalMaintenanceArchives' }, { title: '双重预防', model: 'prevention' }, { title: '教育培训', model: 'educationAndTraining' }, - { title: '高危作业管理', model: 'highRisk' }, - { title: '监测预警', model: 'monitor' }, - { title: '综合管理', model: 'comprehensive' }, - { title: '定位管理', model: 'positioning' } + { title: '综合管理', model: 'comprehensive' } ], dialog: { visible: false,