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
a574f9ef
Commit
a574f9ef
authored
Jul 07, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务管理-超管云资源管理列表页面
parent
85c35d50
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
25 deletions
+42
-25
src/components/apass-list.vue
src/components/apass-list.vue
+2
-2
src/pages/workbench/fwgl/fwglList.vue
src/pages/workbench/fwgl/fwglList.vue
+40
-23
No files found.
src/components/apass-list.vue
View file @
a574f9ef
...
@@ -143,10 +143,10 @@ export default {
...
@@ -143,10 +143,10 @@ export default {
showListFilter
:
false
,
showListFilter
:
false
,
filter
:
{},
filter
:
{},
searchValue
:
""
,
searchValue
:
""
,
pageSize
:
1
5
,
pageSize
:
1
0
,
currentPage
:
1
,
currentPage
:
1
,
timer
:
null
,
timer
:
null
,
pageSizes
:
[
1
5
,
50
,
10
0
],
pageSizes
:
[
1
0
,
20
,
5
0
],
selectFilter
:
[],
selectFilter
:
[],
}),
}),
methods
:
{
methods
:
{
...
...
src/pages/workbench/fwgl/fwglList.vue
View file @
a574f9ef
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</el-breadcrumb>
</el-breadcrumb>
<template
slot=
"top"
>
<template
slot=
"top"
>
<div
class=
"
cloud_info
"
v-if=
"cloud_zuzhi"
>
<div
class=
"
zuzhi_preview
"
v-if=
"cloud_zuzhi"
>
<div
class=
"cloud_title"
>
<div
class=
"cloud_title"
>
<span>
{{
userInfo
&&
userInfo
.
department_name
}}
</span>
<span>
{{
userInfo
&&
userInfo
.
department_name
}}
</span>
<span>
<span>
...
@@ -46,7 +46,8 @@
...
@@ -46,7 +46,8 @@
</div>
</div>
</div>
</div>
<div
class=
"cloud_info"
v-if=
"cloud_admin"
>
<div
class=
"admin_preview"
v-if=
"cloud_admin"
>
<div
class=
"admin_preview-left"
>
<div
class=
"cloud_title"
>
<div
class=
"cloud_title"
>
<span>
云资源概览
</span>
<span>
云资源概览
</span>
</div>
</div>
...
@@ -71,6 +72,8 @@
...
@@ -71,6 +72,8 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"admin_preview-right"
></div>
</div>
</
template
>
</
template
>
<
template
slot=
"header-left"
>
<
template
slot=
"header-left"
>
...
@@ -1734,4 +1737,18 @@ export default {
...
@@ -1734,4 +1737,18 @@ export default {
.dashboard_info
>
span
:nth-of-type
(
2
)
{
.dashboard_info
>
span
:nth-of-type
(
2
)
{
color
:
#0d1847
;
color
:
#0d1847
;
}
}
.admin_preview
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
}
.admin_preview
>
*
{
width
:
calc
(
50%
-
10px
);
}
.admin_preview-right
{
height
:
245px
;
margin-top
:
15px
;
box-sizing
:
border-box
;
background-color
:
#233
;
}
</
style
>
</
style
>
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