Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
15e8e429
Commit
15e8e429
authored
Jul 31, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
管理员和门店角色
parent
02efc574
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
auth-manage.vue
src/views/enterprise/auth-manage.vue
+9
-0
index.vue
src/views/enterprise/index.vue
+9
-2
No files found.
src/views/enterprise/auth-manage.vue
View file @
15e8e429
<
template
>
<div>
权限管理
</div>
</
template
>
<
script
>
export
default
{
name
:
'auth-manage'
}
</
script
>
src/views/enterprise/index.vue
View file @
15e8e429
...
...
@@ -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'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment