Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qahome-diamond
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
qahome-diamond
Commits
0165e640
Commit
0165e640
authored
Aug 15, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v-if-> v-show
parent
17e4d144
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
envDetail.vue
src/views/docker/envDetail.vue
+1
-1
runingEnvDev.vue
src/views/docker/runingEnvDev.vue
+1
-1
runingEnvTest.vue
src/views/docker/runingEnvTest.vue
+1
-1
index.vue
src/views/proconfig/index.vue
+5
-4
No files found.
src/views/docker/envDetail.vue
View file @
0165e640
...
...
@@ -178,7 +178,7 @@
width=
"170"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"控制台"
placement=
"top"
>
<el-button
type=
"primary"
icon=
"el-icon-ti
ckets
"
circle
@
click=
"linkShell(scope.row)"
/>
<el-button
type=
"primary"
icon=
"el-icon-ti
me
"
circle
@
click=
"linkShell(scope.row)"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"日志"
placement=
"top"
>
<el-button
type=
"success"
icon=
"el-icon-time"
circle
@
click=
"linkLog(scope.row)"
/>
...
...
src/views/docker/runingEnvDev.vue
View file @
0165e640
...
...
@@ -10,7 +10,7 @@
:header-cell-style=
"
{background:'#F3F4F7',color:'#555'}"
size="medium"
align="center"
style="width: 100%">
style="width: 100%
;margin-bottom: 30px;
">
<el-table-column
:index=
"indexMethod"
type=
"index"
/>
...
...
src/views/docker/runingEnvTest.vue
View file @
0165e640
...
...
@@ -10,7 +10,7 @@
:header-cell-style=
"
{background:'#F3F4F7',color:'#555'}"
size="medium"
align="center"
style="width: 100%">
style="width: 100%
;margin-bottom: 30px;
">
<el-table-column
:index=
"indexMethod"
type=
"index"
/>
...
...
src/views/proconfig/index.vue
View file @
0165e640
...
...
@@ -50,6 +50,7 @@
<span>
{{
scope
.
row
.
auth
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
width=
"90px"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
:type=
"scope.row.is_active | statusFilter"
>
{{
scope
.
row
.
is_active
|
activeFileter
}}
</el-tag>
...
...
@@ -68,7 +69,7 @@
width=
"80px"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
:content=
"scope.row.api"
class=
"item"
effect=
"dark"
placement=
"top"
>
<el-button
v-
show=
"scope.row.api"
type=
"primary"
icon=
"el-icon-tickets
"
circle
@
click=
"openUrl(scope.row.api)"
/>
<el-button
v-
if=
"scope.row.api"
type=
"primary"
icon=
"el-icon-time
"
circle
@
click=
"openUrl(scope.row.api)"
/>
</el-tooltip>
</
template
>
</el-table-column>
...
...
@@ -79,7 +80,7 @@
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
:content=
"scope.row.ddl"
class=
"item"
effect=
"dark"
placement=
"top"
>
<el-button
v-
show
=
"scope.row.ddl"
type=
"success"
icon=
"el-icon-time"
circle
@
click=
"openUrl(scope.row.ddl)"
/>
<el-button
v-
if
=
"scope.row.ddl"
type=
"success"
icon=
"el-icon-time"
circle
@
click=
"openUrl(scope.row.ddl)"
/>
</el-tooltip>
</
template
>
</el-table-column>
...
...
@@ -90,7 +91,7 @@
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
:content=
"scope.row.wiki"
class=
"item"
effect=
"dark"
placement=
"top"
>
<el-button
v-
show
=
"scope.row.wiki"
type=
"warning"
icon=
"el-icon-time"
circle
@
click=
"openUrl(scope.row.wiki)"
/>
<el-button
v-
if
=
"scope.row.wiki"
type=
"warning"
icon=
"el-icon-time"
circle
@
click=
"openUrl(scope.row.wiki)"
/>
</el-tooltip>
</
template
>
</el-table-column>
...
...
@@ -101,7 +102,7 @@
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
:content=
"scope.row.git_path"
class=
"item"
effect=
"dark"
placement=
"top"
>
<el-button
v-
show=
"scope.row.git_path"
type=
"info"
icon=
"el-icon-time
"
circle
/>
<el-button
v-
if=
"scope.row.git_path"
type=
"info"
icon=
"el-icon-tickets
"
circle
/>
</el-tooltip>
</
template
>
</el-table-column>
...
...
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