Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qa-platform-ui
Commits
26bb2da1
Commit
26bb2da1
authored
Aug 27, 2021
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
97264d94
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
DevEnv.vue
src/views/docker/DevEnv.vue
+2
-2
TestEnv.vue
src/views/docker/TestEnv.vue
+2
-2
No files found.
src/views/docker/DevEnv.vue
View file @
26bb2da1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<span
class=
"link-type"
@
click=
"jumpToDetail(scope.row.name)"
>
{{
scope
.
row
.
name
}}
</span>
<span
class=
"link-type"
@
click=
"jumpToDetail(scope.row.name)"
>
{{
scope
.
row
.
name
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"createdAt"
label=
"创建时间"
width=
"
16
0"
/>
<el-table-column
prop=
"createdAt"
label=
"创建时间"
width=
"
20
0"
/>
<el-table-column
prop=
"status"
label=
"运行状态"
width=
"100"
>
<el-table-column
prop=
"status"
label=
"运行状态"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
type=
"success"
v-if=
"scope.row.status ==='Active'"
>
正常
</el-tag>
<el-tag
type=
"success"
v-if=
"scope.row.status ==='Active'"
>
正常
</el-tag>
...
@@ -125,7 +125,7 @@ export default {
...
@@ -125,7 +125,7 @@ export default {
line-height: 40px;
line-height: 40px;
margin: 0 0 10px 0px;
margin: 0 0 10px 0px;
padding: 0 0 0 5px;
padding: 0 0 0 5px;
font-size: 2
2
px;
font-size: 2
0
px;
}
}
.link-type,
.link-type,
.link-type:focus {
.link-type:focus {
...
...
src/views/docker/TestEnv.vue
View file @
26bb2da1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<span
class=
"link-type"
@
click=
"jumpToDetail(scope.row.name)"
>
{{
scope
.
row
.
name
}}
</span>
<span
class=
"link-type"
@
click=
"jumpToDetail(scope.row.name)"
>
{{
scope
.
row
.
name
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"createdAt"
label=
"创建时间"
width=
"
16
0"
/>
<el-table-column
prop=
"createdAt"
label=
"创建时间"
width=
"
20
0"
/>
<el-table-column
prop=
"status"
label=
"运行状态"
width=
"100"
>
<el-table-column
prop=
"status"
label=
"运行状态"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
type=
"success"
v-if=
"scope.row.status ==='Active'"
>
正常
</el-tag>
<el-tag
type=
"success"
v-if=
"scope.row.status ==='Active'"
>
正常
</el-tag>
...
@@ -126,7 +126,7 @@ export default {
...
@@ -126,7 +126,7 @@ export default {
line-height: 40px;
line-height: 40px;
margin: 0 0 10px 0px;
margin: 0 0 10px 0px;
padding: 0 0 0 5px;
padding: 0 0 0 5px;
font-size: 2
2
px;
font-size: 2
0
px;
}
}
.link-type,
.link-type,
.link-type:focus {
.link-type:focus {
...
...
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