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
ed836f76
Commit
ed836f76
authored
Jul 04, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务管理-组织管理员-云资源管理列表
parent
cd6ba14e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
369 additions
and
360 deletions
+369
-360
src/components/apass-list.vue
src/components/apass-list.vue
+8
-1
src/components/image-detail.vue
src/components/image-detail.vue
+55
-260
src/pages/workbench/app_build.vue
src/pages/workbench/app_build.vue
+2
-4
src/pages/workbench/fwgl/fwglList.vue
src/pages/workbench/fwgl/fwglList.vue
+304
-95
No files found.
src/components/apass-list.vue
View file @
ed836f76
...
...
@@ -3,9 +3,12 @@
<div
class=
"apass_breadcrumb"
>
<slot
name=
"breadcrumb"
></slot>
</div>
<div
class=
"main-container"
>
<div
class=
"main-container top_container"
v-if=
"$slots.top"
>
<slot
name=
"top"
></slot>
</div>
<div
class=
"main-container"
>
<div
class=
"header-container"
v-if=
"!hideHeader"
>
<div
class=
"header-left apass_button"
>
<el-button
...
...
@@ -257,4 +260,8 @@ export default {
.list-container
{
flex-grow
:
1
;
}
.top_container
{
flex-grow
:
0
;
margin-bottom
:
20px
;
}
</
style
>
src/components/image-detail.vue
View file @
ed836f76
This diff is collapsed.
Click to expand it.
src/pages/workbench/app_build.vue
View file @
ed836f76
...
...
@@ -94,7 +94,7 @@
下一步
</el-button>
</div>
<image-detail
ref=
"imageDetail"
:image=
"selectedImage"
></image-detail>
<image-detail
ref=
"imageDetail"
></image-detail>
</app-build-step>
<app-build-step
title=
"上传部署文件"
...
...
@@ -360,7 +360,6 @@ export default {
msg
:
""
,
submit
:
null
,
},
selectedImage
:
null
,
}),
methods
:
{
preStep
()
{
...
...
@@ -575,8 +574,7 @@ export default {
}
},
showImageDetail
(
item
)
{
this
.
selectedImage
=
item
;
this
.
$refs
.
imageDetail
.
showDialog
();
this
.
$refs
.
imageDetail
.
showDialog
(
item
);
},
},
mounted
()
{
...
...
src/pages/workbench/fwgl/fwglList.vue
View file @
ed836f76
This diff is collapsed.
Click to expand it.
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