修改企业端菜单主目录
parent
2b956ebe0f
commit
9c0c601ba9
|
@ -234,12 +234,11 @@ export default {
|
||||||
del: false,
|
del: false,
|
||||||
edit: false,
|
edit: false,
|
||||||
MENU: [
|
MENU: [
|
||||||
|
{ title: '企业信息', model: 'corpManagement' },
|
||||||
|
{ title: '机务档案', model: 'mechanicalMaintenanceArchives' },
|
||||||
{ title: '双重预防', model: 'prevention' },
|
{ title: '双重预防', model: 'prevention' },
|
||||||
{ title: '教育培训', model: 'educationAndTraining' },
|
{ title: '教育培训', model: 'educationAndTraining' },
|
||||||
{ title: '高危作业管理', model: 'highRisk' },
|
{ title: '综合管理', model: 'comprehensive' }
|
||||||
{ title: '监测预警', model: 'monitor' },
|
|
||||||
{ title: '综合管理', model: 'comprehensive' },
|
|
||||||
{ title: '定位管理', model: 'positioning' }
|
|
||||||
],
|
],
|
||||||
dialog: {
|
dialog: {
|
||||||
visible: false,
|
visible: false,
|
||||||
|
|
Loading…
Reference in New Issue