Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
861875c2
Commit
861875c2
authored
Mar 16, 2021
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
封面
parent
e860e6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/components/service-info/service-info.vue
src/components/service-info/service-info.vue
+3
-3
No files found.
src/components/service-info/service-info.vue
View file @
861875c2
...
@@ -7,12 +7,12 @@
...
@@ -7,12 +7,12 @@
>
>
<div
class=
"main_container"
>
<div
class=
"main_container"
>
<div
class=
"main_container-left"
v-if=
"data.cover"
>
<div
class=
"main_container-left"
v-if=
"data.cover"
>
<img
:src=
"data.cover"
width=
"100%"
v-if=
"
data.type !== 'workflow'
"
/>
<img
:src=
"data.cover"
width=
"100%"
v-if=
"
!(data.type == 'workflow' && data.workflows_id != 0) || !(data.type === 'Map Service')
"
/>
<workflows-view
<workflows-view
:isShop=
"true"
:isShop=
"true"
:id=
"parseInt(data.workflows_id)"
:id=
"parseInt(data.workflows_id)"
:hideDetail=
"true"
:hideDetail=
"true"
v-if=
"data.type == 'workflow'"
v-if=
"data.type == 'workflow'
&& data.workflows_id != 0
"
></workflows-view>
></workflows-view>
<map-view
<map-view
v-if=
"data.type === 'Map Service'"
v-if=
"data.type === 'Map Service'"
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
></map-view>
></map-view>
<process-view
<process-view
:id=
"parseInt(data.workflows_id)"
:id=
"parseInt(data.workflows_id)"
v-if=
"data.type == 'workflow'"
v-if=
"data.type == 'workflow'
&& data.workflows_id != 0
"
></process-view>
></process-view>
</div>
</div>
<div
class=
"main_container-right"
>
<div
class=
"main_container-right"
>
...
...
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