提交 7e2309cb 编写于 作者: guangjun.yang's avatar guangjun.yang

菜单、跳转等

上级 40ea8a19
...@@ -594,6 +594,8 @@ export default { ...@@ -594,6 +594,8 @@ export default {
this.$router.push("edit-manager?projectType=1&projectId=" + projectId +"&level="+level+'&pageNum='+this.formInline.pageNo); this.$router.push("edit-manager?projectType=1&projectId=" + projectId +"&level="+level+'&pageNum='+this.formInline.pageNo);
} else if(row.projectType === 2) { } else if(row.projectType === 2) {
this.$router.push("edit-cme?projectType=2&projectId=" + projectId +"&level="+level+'&pageNum='+this.formInline.pageNo); this.$router.push("edit-cme?projectType=2&projectId=" + projectId +"&level="+level+'&pageNum='+this.formInline.pageNo);
} else if(row.projectType === 3) {
this.$router.push("template-open?projectType=3&projectId=" + projectId +"&level="+level+'&pageNum='+this.formInline.pageNo);
} }
} else if (type === 7) { } else if (type === 7) {
//提醒审核 //提醒审核
......
...@@ -90,13 +90,19 @@ ...@@ -90,13 +90,19 @@
icon: 'el-icon-setting', icon: 'el-icon-setting',
index: 'item-component' index: 'item-component'
}, },
{
title: '模板管理',
icon: 'el-icon-setting',
index: 'template-manager'
},
{ {
title: '项目管理', title: '项目管理',
icon: 'el-icon-setting', icon: 'el-icon-setting',
index: 'item-manager' index: 'item-manager'
}, },
] ]
},{ },
{
title: '系统管理', title: '系统管理',
icon: 'el-icon-menu', icon: 'el-icon-menu',
index: 'system', index: 'system',
...@@ -107,7 +113,8 @@ ...@@ -107,7 +113,8 @@
index: 'role' index: 'role'
} }
] ]
},{ },
{
title: '居民管理', title: '居民管理',
icon: 'el-icon-patients-manage', icon: 'el-icon-patients-manage',
index: 'patients-manage', index: 'patients-manage',
...@@ -139,23 +146,25 @@ ...@@ -139,23 +146,25 @@
index: 'msg-push', index: 'msg-push',
isMessageSend: true, isMessageSend: true,
checkAuth: true, checkAuth: true,
},{
title: '学情报告',
icon: 'el-icon-tickets',
index: 'report-list',
subs: [
{
title: '项目列表',
icon: 'el-icon-document',
index: 'report-list'
}, },
// {
// title: '学情报告',
// icon: 'el-icon-tickets',
// index: 'report-list',
// subs: [
// {
// title: '项目列表',
// icon: 'el-icon-document',
// index: 'report-list'
// },
// {
// title: '任务列表',
// icon: 'el-icon-document',
// index: 'export-download'
// }
// ]
// },
{ {
title: '任务列表',
icon: 'el-icon-document',
index: 'export-download'
}
]
},{
title: 'CME', title: 'CME',
icon: 'el-icon-reading', icon: 'el-icon-reading',
index: 'credit-manage', index: 'credit-manage',
...@@ -177,6 +186,18 @@ ...@@ -177,6 +186,18 @@
}, },
] ]
}, },
{
title: '角色管理',
icon: 'el-icon-menu',
index: 'system',
subs: [
{
title: '发起教培项目赋权',
icon: 'el-icon-setting',
index: 'edu-role'
}
]
},
], ],
outsideItems: [ // 外部用户 路由 outsideItems: [ // 外部用户 路由
{ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册