Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
bb864221
Commit
bb864221
authored
Jun 17, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限目录结构
parent
f94d00c6
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
44 additions
and
28 deletions
+44
-28
src/pages/authority/menu/menus.vue
src/pages/authority/menu/menus.vue
+0
-0
src/pages/authority/organization/organization.vue
src/pages/authority/organization/organization.vue
+0
-0
src/pages/authority/organization/organizationdetail.vue
src/pages/authority/organization/organizationdetail.vue
+0
-0
src/pages/authority/organization/organizationedit.vue
src/pages/authority/organization/organizationedit.vue
+0
-0
src/pages/authority/role/addroles.vue
src/pages/authority/role/addroles.vue
+0
-0
src/pages/authority/role/roles.vue
src/pages/authority/role/roles.vue
+0
-0
src/pages/authority/user/organizationuser.vue
src/pages/authority/user/organizationuser.vue
+0
-0
src/pages/authority/user/permission.vue
src/pages/authority/user/permission.vue
+0
-0
src/pages/authority/user/userRoles.vue
src/pages/authority/user/userRoles.vue
+0
-0
src/pages/authority/user/useradd.vue
src/pages/authority/user/useradd.vue
+0
-0
src/pages/authority/user/users.vue
src/pages/authority/user/users.vue
+0
-0
src/pages/data-analysis/my-service.vue
src/pages/data-analysis/my-service.vue
+28
-12
src/router/index.js
src/router/index.js
+16
-16
No files found.
src/pages/authority/menus.vue
→
src/pages/authority/menu
/menu
s.vue
View file @
bb864221
File moved
src/pages/authority/organization.vue
→
src/pages/authority/organization
/organization
.vue
View file @
bb864221
File moved
src/pages/authority/organizationdetail.vue
→
src/pages/authority/organization
/organization
detail.vue
View file @
bb864221
File moved
src/pages/authority/organizationedit.vue
→
src/pages/authority/organization
/organization
edit.vue
View file @
bb864221
File moved
src/pages/authority/addroles.vue
→
src/pages/authority/
role/
addroles.vue
View file @
bb864221
File moved
src/pages/authority/roles.vue
→
src/pages/authority/role
/role
s.vue
View file @
bb864221
File moved
src/pages/authority/organizationuser.vue
→
src/pages/authority/
user/
organizationuser.vue
View file @
bb864221
File moved
src/pages/authority/permission.vue
→
src/pages/authority/
user/
permission.vue
View file @
bb864221
File moved
src/pages/authority/userRoles.vue
→
src/pages/authority/user
/user
Roles.vue
View file @
bb864221
File moved
src/pages/authority/useradd.vue
→
src/pages/authority/user
/user
add.vue
View file @
bb864221
File moved
src/pages/authority/users.vue
→
src/pages/authority/user
/user
s.vue
View file @
bb864221
File moved
src/pages/data-analysis/my-service.vue
View file @
bb864221
...
@@ -132,24 +132,40 @@ export default {
...
@@ -132,24 +132,40 @@ export default {
{
{
type
:
"
bar
"
,
type
:
"
bar
"
,
data
:
[,
40
],
data
:
[,
40
],
//
coordinateSystem: "polar",
coordinateSystem
:
"
polar
"
,
barMaxWidth
:
10
,
barMaxWidth
:
10
,
z
:
2
,
z
:
1
,
name
:
"
抢修项目
"
,
name
:
"
抢修项目
"
,
roundCap
:
true
,
roundCap
:
true
,
color
:
"
#1779ee
"
,
color
:
"
#1779ee
"
,
barGap
:
"
-100%
"
,
barGap
:
"
-100%
"
,
label
:
{
label
:
{
show
:
true
,
normal
:
{
position
:
"
inside
"
,
show
:
true
,
label
:
{
fontSize
:
18
,
normal
:
{
fontWeight
:
"
bold
"
,
show
:
true
,
color
:
"
#333
"
,
fontSize
:
18
,
position
:
"
top
"
fontWeight
:
"
bold
"
,
}
color
:
"
#333
"
,
}
position
:
"
top
"
},
}
{
type
:
"
bar
"
,
data
:
[,
20
],
coordinateSystem
:
"
polar
"
,
barMaxWidth
:
10
,
z
:
2
,
name
:
"
抢修项目
"
,
roundCap
:
true
,
color
:
"
#fff
"
,
barGap
:
"
-100%
"
,
label
:
{
normal
:
{
show
:
true
,
fontSize
:
18
,
fontWeight
:
"
bold
"
,
color
:
"
#333
"
,
position
:
"
top
"
}
}
}
}
},
},
...
...
src/router/index.js
View file @
bb864221
...
@@ -148,7 +148,7 @@ export default new Router({
...
@@ -148,7 +148,7 @@ export default new Router({
component
:
()
=>
import
(
"
@/pages/service_shop/shop_cloud
"
),
component
:
()
=>
import
(
"
@/pages/service_shop/shop_cloud
"
),
},
},
{
{
path
:
"
/shop/service_application_successfully
"
,
//
云资源服务
path
:
"
/shop/service_application_successfully
"
,
//
申请服务成功
name
:
"
shopSuccess
"
,
name
:
"
shopSuccess
"
,
component
:
()
=>
component
:
()
=>
import
(
"
@/pages/service_shop/service_application_successfully
"
),
import
(
"
@/pages/service_shop/service_application_successfully
"
),
...
@@ -242,77 +242,77 @@ export default new Router({
...
@@ -242,77 +242,77 @@ export default new Router({
{
{
path
:
"
/authority/organization
"
,
// 组织管理页
path
:
"
/authority/organization
"
,
// 组织管理页
name
:
"
organization
"
,
name
:
"
organization
"
,
component
:
()
=>
import
(
"
@/pages/authority/organization
"
),
component
:
()
=>
import
(
"
@/pages/authority/organization
/organization
"
),
},
},
{
{
path
:
"
/authority/organization/detail/:id
"
,
// 组织管理详情
path
:
"
/authority/organization/detail/:id
"
,
// 组织管理详情
name
:
"
organizationdetail
"
,
name
:
"
organizationdetail
"
,
component
:
()
=>
import
(
"
@/pages/authority/organizationdetail
"
),
component
:
()
=>
import
(
"
@/pages/authority/organization
/organization
detail
"
),
},
},
{
{
path
:
"
/authority/organization/add
"
,
// 组织管理组织新增
path
:
"
/authority/organization/add
"
,
// 组织管理组织新增
name
:
"
organizationadd
"
,
name
:
"
organizationadd
"
,
component
:
()
=>
import
(
"
@/pages/authority/organizationedit
"
),
component
:
()
=>
import
(
"
@/pages/authority/organization
/organization
edit
"
),
},
},
{
{
path
:
"
/authority/organization/edit/:id
"
,
// 组织管理组织编辑
path
:
"
/authority/organization/edit/:id
"
,
// 组织管理组织编辑
name
:
"
organizationedit
"
,
name
:
"
organizationedit
"
,
component
:
()
=>
import
(
"
@/pages/authority/organizationedit
"
),
component
:
()
=>
import
(
"
@/pages/authority/organization
/organization
edit
"
),
},
},
{
{
path
:
"
/authority/organization/user/:id
"
,
// 组织管理组织用户
path
:
"
/authority/organization/user/:id
"
,
// 组织管理组织用户
name
:
"
organizationuser
"
,
name
:
"
organizationuser
"
,
component
:
()
=>
import
(
"
@/pages/authority/organizationuser
"
),
component
:
()
=>
import
(
"
@/pages/authority/
user/
organizationuser
"
),
},
},
{
{
path
:
"
/authority/users
"
,
// 用户管理页
path
:
"
/authority/users
"
,
// 用户管理页
name
:
"
users
"
,
name
:
"
users
"
,
component
:
()
=>
import
(
"
@/pages/authority/users
"
),
component
:
()
=>
import
(
"
@/pages/authority/user
/user
s
"
),
},
},
{
{
path
:
"
/authority/users/roles/:id
"
,
// 分配角色
path
:
"
/authority/users/roles/:id
"
,
// 分配角色
name
:
"
userRoles
"
,
name
:
"
userRoles
"
,
component
:
()
=>
import
(
"
@/pages/authority/userRoles
"
),
component
:
()
=>
import
(
"
@/pages/authority/user
/user
Roles
"
),
},
},
{
{
path
:
"
/authority/users/add
"
,
// 用户管理-新增
path
:
"
/authority/users/add
"
,
// 用户管理-新增
name
:
"
usersadd
"
,
name
:
"
usersadd
"
,
component
:
()
=>
import
(
"
@/pages/authority/organizationuser
"
),
component
:
()
=>
import
(
"
@/pages/authority/
user/
organizationuser
"
),
},
},
{
{
path
:
"
/authority/users/detail/:id
"
,
// 用户管理-详情
path
:
"
/authority/users/detail/:id
"
,
// 用户管理-详情
name
:
"
usersdetail
"
,
name
:
"
usersdetail
"
,
component
:
()
=>
import
(
"
@/pages/authority/organizationuser
"
),
component
:
()
=>
import
(
"
@/pages/authority/
user/
organizationuser
"
),
},
},
{
{
path
:
"
/authority/users/permission
"
,
// 用户管理页 - 权限审批
path
:
"
/authority/users/permission
"
,
// 用户管理页 - 权限审批
name
:
"
users
"
,
name
:
"
users
"
,
component
:
()
=>
import
(
"
@/pages/authority/permission
"
),
component
:
()
=>
import
(
"
@/pages/authority/
user/
permission
"
),
},
},
{
{
path
:
"
/authority/menu
"
,
// 菜单管理页
path
:
"
/authority/menu
"
,
// 菜单管理页
name
:
"
menu
"
,
name
:
"
menu
"
,
component
:
()
=>
import
(
"
@/pages/authority/menus
"
),
component
:
()
=>
import
(
"
@/pages/authority/menu
/menu
s
"
),
},
},
{
{
path
:
"
/authority/roles
"
,
// 角色管理页
path
:
"
/authority/roles
"
,
// 角色管理页
name
:
"
roles
"
,
name
:
"
roles
"
,
component
:
()
=>
import
(
"
@/pages/authority/roles
"
),
component
:
()
=>
import
(
"
@/pages/authority/role
/role
s
"
),
},
},
{
{
path
:
"
/authority/roles/add
"
,
// 新建角色
path
:
"
/authority/roles/add
"
,
// 新建角色
name
:
"
addroles
"
,
name
:
"
addroles
"
,
component
:
()
=>
import
(
"
@/pages/authority/addroles
"
),
component
:
()
=>
import
(
"
@/pages/authority/
role/
addroles
"
),
},
},
{
{
path
:
"
/authority/roles/edit/:id
"
,
// 编辑角色
path
:
"
/authority/roles/edit/:id
"
,
// 编辑角色
name
:
"
editroles
"
,
name
:
"
editroles
"
,
component
:
()
=>
import
(
"
@/pages/authority/addroles
"
),
component
:
()
=>
import
(
"
@/pages/authority/
role/
addroles
"
),
},
},
{
{
path
:
"
/authority/roles/allot/:id
"
,
// 分配角色
path
:
"
/authority/roles/allot/:id
"
,
// 分配角色
name
:
"
allotroles
"
,
name
:
"
allotroles
"
,
component
:
()
=>
import
(
"
@/pages/authority/addroles
"
),
component
:
()
=>
import
(
"
@/pages/authority/
role/
addroles
"
),
},
},
],
],
},
// 权限管理
},
// 权限管理
...
...
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