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
948c03ca
Commit
948c03ca
authored
Nov 06, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部署的应用运行状态
parent
09ab9a26
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
142 additions
and
56 deletions
+142
-56
src/components/card.vue
src/components/card.vue
+2
-2
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+1
-1
src/pages/workbench/yygl/deploy_app_detail.vue
src/pages/workbench/yygl/deploy_app_detail.vue
+139
-53
No files found.
src/components/card.vue
View file @
948c03ca
<
template
>
<
template
>
<div
class=
"card"
:style=
"flag?
{borderRadius: '0px 12px 0px 0px'}:{}">
<div
class=
"card"
:style=
"flag?
{borderRadius: '0px 12px 0px 0px'}:{}">
<div
class=
"card_title"
><div
class=
"circle"
></div>
{{
title
}}
</div>
<div
class=
"card_title"
:style=
"
{backgroundColor:bgc}"
>
<div
class=
"circle"
></div>
{{
title
}}
</div>
<div
class=
"card_contain"
>
<div
class=
"card_contain"
>
<slot></slot>
<slot></slot>
</div>
</div>
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<
script
>
<
script
>
export
default
{
export
default
{
props
:
[
'
title
'
,
'
flag
'
],
props
:
[
'
title
'
,
'
flag
'
,
'
bgc
'
],
components
:
{
components
:
{
},
},
...
...
src/pages/workbench/fwgl/serviceDetail.vue
View file @
948c03ca
...
@@ -1146,7 +1146,7 @@ export default {
...
@@ -1146,7 +1146,7 @@ export default {
},
},
iconChange
(
val
)
{
iconChange
(
val
)
{
// el-select实际上是两层div包裹的input
// el-select实际上是两层div包裹的input
this
.
port_select
=
val
;
this
.
port_select
_server
=
val
;
// 获取当前el-select标签第一层div
// 获取当前el-select标签第一层div
const
dom
=
this
.
$refs
[
'
select_icon
'
].
$el
;
const
dom
=
this
.
$refs
[
'
select_icon
'
].
$el
;
if
(
dom
.
children
[
0
].
children
[
0
].
tagName
==
'
SPAN
'
){
if
(
dom
.
children
[
0
].
children
[
0
].
tagName
==
'
SPAN
'
){
...
...
src/pages/workbench/yygl/deploy_app_detail.vue
View file @
948c03ca
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