Commit 15e8e429 by caoyanzhi

管理员和门店角色

parent 02efc574
<template>
<div>权限管理</div>
</template>
<script>
export default {
name: 'auth-manage'
}
</script>
......@@ -53,7 +53,11 @@ export default {
{
tabId: '2',
tabName: '权限管理',
icon: 'iconqiyexinxi'
icon: 'iconqiyexinxi',
children: [
{ tabId: '2-1', tabName: '管理员' },
{ tabId: '2-2', tabName: '门店角色' }
]
},
{
tabId: '3',
......@@ -106,7 +110,10 @@ export default {
case '1':
that.changeRoute('enterpriseSet');
break;
case '2':
case '2-1':
that.changeRoute('authManage');
break;
case '2-2':
that.changeRoute('authManage');
break;
case '3':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment