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

CME菜单控制等

上级 b8d6e94f
...@@ -159,28 +159,28 @@ ...@@ -159,28 +159,28 @@
// } // }
// ] // ]
// }, // },
{ // {
title: 'CME', // title: 'CME',
icon: 'el-icon-reading', // icon: 'el-icon-reading',
index: 'credit-manage', // index: 'credit-manage',
subs: [ // subs: [
{ // {
title: '学分管理列表', // title: '学分管理列表',
icon: 'el-icon-document', // icon: 'el-icon-document',
index: 'credit-manage' // index: 'credit-manage'
}, // },
{ // {
title: '审核权限管理', // title: '审核权限管理',
icon: 'el-icon-document', // icon: 'el-icon-document',
index: 'review-access-manage' // index: 'review-access-manage'
}, // },
{ // {
title: '学分发放管理', // title: '学分发放管理',
icon: 'el-icon-document', // icon: 'el-icon-document',
index: 'credit-send-manage' // index: 'credit-send-manage'
}, // },
] // ]
}, // },
], ],
outsideItems: [ // 外部用户 路由 outsideItems: [ // 外部用户 路由
{ {
...@@ -305,11 +305,34 @@ ...@@ -305,11 +305,34 @@
} }
] ]
} }
const cme = {
title: 'CME',
icon: 'el-icon-reading',
index: 'credit-manage',
subs: [
{
title: '学分管理列表',
icon: 'el-icon-document',
index: 'credit-manage'
},
{
title: '审核权限管理',
icon: 'el-icon-document',
index: 'review-access-manage'
},
{
title: '学分发放管理',
icon: 'el-icon-document',
index: 'credit-send-manage'
},
]
}
vm.items[1].subs.push(itemComponent); vm.items[1].subs.push(itemComponent);
vm.items[1].subs.push(templateManager); vm.items[1].subs.push(templateManager);
vm.items[1].subs.push(followSider); vm.items[1].subs.push(followSider);
vm.items.push(eduRole); vm.items.push(eduRole);
vm.items.push(cme);
}, },
goToMessageSendPage(checkAuth) { goToMessageSendPage(checkAuth) {
if(checkAuth){ if(checkAuth){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册