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
eb4f0821
Commit
eb4f0821
authored
Apr 07, 2020
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
91d53698
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
envDetail.vue
src/views/docker/envDetail.vue
+5
-1
No files found.
src/views/docker/envDetail.vue
View file @
eb4f0821
...
...
@@ -135,6 +135,10 @@
<svg-icon
icon-class=
"restart"
/>
重置服务
</el-dropdown-item>
<el-dropdown-item
@
click.native=
"updateDeploy(scope.row)"
>
<svg-icon
icon-class=
"f5"
/>
更新部署
</el-dropdown-item>
<!--
<el-dropdown-item
v-permission=
"['admin']"
style=
"color: red"
@
click.native=
"deleteService(scope.row) "
>
<svg-icon
icon-class=
"delete"
/>
删除服务
...
...
@@ -576,7 +580,7 @@ export default {
const
realName
=
this
.
reponame
.
split
(
'
/
'
)[
1
]
this
.
is_show
=
realName
===
'
mysql
'
this
.
is_wechat
=
realName
===
'
h5-ui
'
this
.
is_mock
=
realName
===
'
gu-bei
'
||
realName
===
'
clotho
'
||
realName
===
'
ploutos
'
this
.
is_mock
=
realName
===
'
gu-bei
'
||
realName
===
'
clotho
'
||
realName
===
'
ploutos
'
||
realName
===
'
mo-clotho
'
this
.
mock
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
this
.
wechat
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
...
...
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