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
5aeb9a71
Commit
5aeb9a71
authored
Aug 16, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
逗号分隔
parent
95f04683
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
envDetail.vue
src/views/docker/envDetail.vue
+3
-4
No files found.
src/views/docker/envDetail.vue
View file @
5aeb9a71
...
@@ -74,8 +74,7 @@
...
@@ -74,8 +74,7 @@
/>
/>
<el-table-column
<el-table-column
prop=
"portMappings"
prop=
"portMappings"
label=
"服务端口"
label=
"服务端口"
>
width=
"300px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
v-show=
"scope.row.serviceName === 'redis-sentinel'"
placement=
"top"
>
<el-tooltip
v-show=
"scope.row.serviceName === 'redis-sentinel'"
placement=
"top"
>
<div
slot=
"content"
>
四个端口分别为一主二从一哨兵
<br>
哨兵名称:qsmaster,没有密码
</div>
<div
slot=
"content"
>
四个端口分别为一主二从一哨兵
<br>
哨兵名称:qsmaster,没有密码
</div>
...
@@ -628,12 +627,12 @@ export default {
...
@@ -628,12 +627,12 @@ export default {
for
(
const
i
in
mqDiffData
.
more
)
{
for
(
const
i
in
mqDiffData
.
more
)
{
if
(
mqDiffData
.
more
[
i
]
instanceof
Array
)
{
if
(
mqDiffData
.
more
[
i
]
instanceof
Array
)
{
this
.
moreArray
.
push
({
type
:
i
,
value
:
mqDiffData
.
more
[
i
].
join
(
'
'
)
})
this
.
moreArray
.
push
({
type
:
i
,
value
:
mqDiffData
.
more
[
i
].
join
(
'
,
'
)
})
}
}
}
}
for
(
const
i
in
mqDiffData
.
lost
)
{
for
(
const
i
in
mqDiffData
.
lost
)
{
if
(
mqDiffData
.
lost
[
i
]
instanceof
Array
)
{
if
(
mqDiffData
.
lost
[
i
]
instanceof
Array
)
{
this
.
lostArray
.
push
({
type
:
i
,
value
:
mqDiffData
.
lost
[
i
].
join
(
'
'
)
})
this
.
lostArray
.
push
({
type
:
i
,
value
:
mqDiffData
.
lost
[
i
].
join
(
'
,
'
)
})
}
}
}
}
})
})
...
...
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