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
23bbf898
Commit
23bbf898
authored
May 14, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用详情信息页面
parent
4b94e032
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
35 deletions
+22
-35
src/components/service-tab-detail.vue
src/components/service-tab-detail.vue
+18
-1
static/serviceInfo.json
static/serviceInfo.json
+4
-34
No files found.
src/components/service-tab-detail.vue
View file @
23bbf898
...
...
@@ -14,8 +14,13 @@
<p
v-else-if=
"item.type == 'text'"
class=
"detail-text"
v-
text
=
"item.value"
v-
html
=
"item.value"
></p>
<div
v-else-if=
"item.type == 'code'"
class=
"detail-code"
v-html=
"item.value"
></div>
<el-table
v-else-if=
"item.type == 'table'"
class=
"detail-table"
...
...
@@ -95,4 +100,16 @@ export default {
line-height
:
25px
;
color
:
#242c43
;
}
.detail-item
.detail-code
{
padding
:
20px
25px
;
box-sizing
:
border-box
;
border-radius
:
7px
;
white-space
:
pre-wrap
;
word-wrap
:
break-word
!important
;
background-color
:
#f8f9fd
;
font-size
:
14px
;
color
:
#58617a
;
line-height
:
25px
;
margin-top
:
8px
;
}
</
style
>
static/serviceInfo.json
View file @
23bbf898
...
...
@@ -736,25 +736,8 @@
},
{
"name"
:
"功能简介"
,
"type"
:
"list"
,
"value"
:
[
{
"name"
:
"1"
,
"value"
:
"在地图上查找视频设备;"
},
{
"name"
:
"2"
,
"value"
:
"在地图上定位视频设备位置;"
},
{
"name"
:
"3"
,
"value"
:
"调用多路视频的实时视频数据;"
},
{
"name"
:
"4"
,
"value"
:
"操作球机视频设备。"
}
]
"type"
:
"text"
,
"value"
:
"1、在地图上查找视频设备;<br />2、在地图上定位视频设备位置;<br />3、调用多路视频的实时视频数据;<br />4、操作球机视频设备。"
},
{
"name"
:
"应用场景"
,
...
...
@@ -763,21 +746,8 @@
},
{
"name"
:
"应用参数"
,
"type"
:
"list"
,
"value"
:
[
{
"name"
:
"repository"
,
"value"
:
"
\"
hub.wodcloud.com/apaas/apaas-mapvideos
\"
"
},
{
"name"
:
"tag"
,
"value"
:
"
\"
1.0.0
\"
"
},
{
"name"
:
"repository"
,
"value"
:
"
\"
mapvideo.wodcloud.local
\"
"
}
]
"type"
:
"code"
,
"value"
:
"repository:
\"
hub.wodcloud.com/apaas/apaas-mapvideos
\"\n
tag:
\"
1.0.0
\"\n\n
host:
\"
mapvideo.wodcloud.local
\"
"
}
],
"provider"
:
{
...
...
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