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
2ad4d8a3
Commit
2ad4d8a3
authored
Nov 05, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ploutos增加mock
parent
12bbb7ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
sync.vue
src/views/dbconfig/sync.vue
+1
-0
envDetail.vue
src/views/docker/envDetail.vue
+1
-1
index.vue
src/views/proconfig/index.vue
+1
-1
No files found.
src/views/dbconfig/sync.vue
View file @
2ad4d8a3
...
...
@@ -119,6 +119,7 @@ export default {
getDBName
().
then
(
res
=>
{
this
.
dbnames
=
res
.
data
.
map
(
item
=>
item
.
dbname
)
this
.
dbnames
.
unshift
(
'
all(no_mall)
'
)
this
.
dbnames
.
unshift
(
'
all
'
)
})
},
...
...
src/views/docker/envDetail.vue
View file @
2ad4d8a3
...
...
@@ -568,7 +568,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
'
this
.
is_mock
=
realName
===
'
gu-bei
'
||
realName
===
'
clotho
'
||
realName
===
'
ploutos
'
this
.
mock
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
this
.
wechat
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
...
...
src/views/proconfig/index.vue
View file @
2ad4d8a3
...
...
@@ -86,7 +86,7 @@
align=
"center"
>
<
template
slot-scope=
"{row}"
>
<el-tooltip
:content=
"row.git_path"
class=
"item"
effect=
"dark"
placement=
"top"
>
<el-button
v-show=
"row.git_path"
type=
"info"
icon=
"el-icon-tickets"
circle
/>
<el-button
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