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
5e81398d
Commit
5e81398d
authored
May 08, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pages
parent
37ef71f7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
187 additions
and
9 deletions
+187
-9
src/components/servive-info.vue
src/components/servive-info.vue
+7
-9
src/pages/sjfwDetail.vue
src/pages/sjfwDetail.vue
+55
-0
src/pages/skfwDetail.vue
src/pages/skfwDetail.vue
+55
-0
src/pages/zhyyfwDetail.vue
src/pages/zhyyfwDetail.vue
+55
-0
src/router/index.js
src/router/index.js
+15
-0
No files found.
src/components/servive-info.vue
View file @
5e81398d
<
template
>
<el-tabs
class=
"service_info_tab"
type=
"border-card"
v-model=
"serviceTabsActiveName"
@
tab-click=
"handleClick"
:stretch=
"true"
style=
"margin-top: 20px;"
>
...
...
@@ -545,23 +545,21 @@ export default {
],
},
// 服务评价信息
}),
methods
:
{
handleClick
(
tab
,
event
)
{
console
.
log
(
tab
,
event
);
},
},
methods
:
{},
mounted
()
{},
};
</
script
>
<
style
scoped
>
.service_info_tab
{
width
:
70%
;
margin
:
0
auto
;
}
.service_info
{
width
:
80%
;
min-height
:
500px
;
padding
:
10px
20px
;
margin
:
0
auto
;
box-sizing
:
border-box
;
background-color
:
#eee
;
/* background-color: #eee; */
}
.service_info
.fwxqxx_item
{
margin-bottom
:
20px
;
...
...
src/pages/sjfwDetail.vue
0 → 100644
View file @
5e81398d
<
template
>
<div
class=
"com_ex"
>
<block-radius>
<el-breadcrumb
separator=
"/"
class=
"bread_crumb"
>
<el-breadcrumb-item>
服务超市
</el-breadcrumb-item>
<el-breadcrumb-item>
数据服务
</el-breadcrumb-item>
<el-breadcrumb-item>
服务详情信息
</el-breadcrumb-item>
</el-breadcrumb>
<Commodity
:datas=
"datas"
/>
<servive-info></servive-info>
</block-radius>
</div>
</
template
>
<
script
>
// @ is an alias to /src
import
Commodity
from
"
@/components/commodity.vue
"
;
import
BlockRadius
from
"
@/components/block-radius
"
;
import
serviveInfo
from
"
@/components/servive-info
"
;
export
default
{
components
:
{
Commodity
,
BlockRadius
,
serviveInfo
,
},
data
:
()
=>
({
datas
:
{
productName
:
"
地图视频融合服务
"
,
providedBy
:
"
北京比格数据
"
,
releaseTime
:
"
2020-03-12 18:31:12
"
,
updated
:
"
2020-03-12 18:31:12
"
,
dataField
:
"
经济建设
"
,
serviceType
:
"
综合应用服务
"
,
resourceSummary
:
"
提供视频监控的空间分布展示和视频监控直播的服务提供视频监控的空间分布展示和视频监控直播的服务
"
,
openLevel
:
"
共享
"
,
views
:
"
99999
"
,
numberOfAcquisitions
:
"
99999
"
,
specifications
:
"
用户服务申请通过审核确认后,每日可对应急资源地图进行20次免费访问用户服务申请通过审核确认后,每日可对应急资源地图进行20次免费访问
"
,
},
}),
mounted
()
{},
methods
:
{},
};
</
script
>
<
style
scoped
>
.com_ex
{
margin-top
:
100px
;
padding
:
20px
;
}
</
style
>
src/pages/skfwDetail.vue
0 → 100644
View file @
5e81398d
<
template
>
<div
class=
"com_ex"
>
<block-radius>
<el-breadcrumb
separator=
"/"
class=
"bread_crumb"
>
<el-breadcrumb-item>
服务超市
</el-breadcrumb-item>
<el-breadcrumb-item>
数据服务
</el-breadcrumb-item>
<el-breadcrumb-item>
服务详情信息
</el-breadcrumb-item>
</el-breadcrumb>
<Commodity
:datas=
"datas"
/>
<servive-info></servive-info>
</block-radius>
</div>
</
template
>
<
script
>
// @ is an alias to /src
import
Commodity
from
"
@/components/commodity.vue
"
;
import
BlockRadius
from
"
@/components/block-radius
"
;
import
serviveInfo
from
"
@/components/servive-info
"
;
export
default
{
components
:
{
Commodity
,
BlockRadius
,
serviveInfo
,
},
data
:
()
=>
({
datas
:
{
productName
:
"
地图视频融合服务
"
,
providedBy
:
"
北京比格数据
"
,
releaseTime
:
"
2020-03-12 18:31:12
"
,
updated
:
"
2020-03-12 18:31:12
"
,
dataField
:
"
经济建设
"
,
serviceType
:
"
综合应用服务
"
,
resourceSummary
:
"
提供视频监控的空间分布展示和视频监控直播的服务提供视频监控的空间分布展示和视频监控直播的服务
"
,
openLevel
:
"
共享
"
,
views
:
"
99999
"
,
numberOfAcquisitions
:
"
99999
"
,
specifications
:
"
用户服务申请通过审核确认后,每日可对应急资源地图进行20次免费访问用户服务申请通过审核确认后,每日可对应急资源地图进行20次免费访问
"
,
},
}),
mounted
()
{},
methods
:
{},
};
</
script
>
<
style
scoped
>
.com_ex
{
margin-top
:
100px
;
padding
:
20px
;
}
</
style
>
src/pages/zhyyfwDetail.vue
0 → 100644
View file @
5e81398d
<
template
>
<div
class=
"com_ex"
>
<block-radius>
<el-breadcrumb
separator=
"/"
class=
"bread_crumb"
>
<el-breadcrumb-item>
服务超市
</el-breadcrumb-item>
<el-breadcrumb-item>
数据服务
</el-breadcrumb-item>
<el-breadcrumb-item>
服务详情信息
</el-breadcrumb-item>
</el-breadcrumb>
<Commodity
:datas=
"datas"
/>
<servive-info></servive-info>
</block-radius>
</div>
</
template
>
<
script
>
// @ is an alias to /src
import
Commodity
from
"
@/components/commodity.vue
"
;
import
BlockRadius
from
"
@/components/block-radius
"
;
import
serviveInfo
from
"
@/components/servive-info
"
;
export
default
{
components
:
{
Commodity
,
BlockRadius
,
serviveInfo
,
},
data
:
()
=>
({
datas
:
{
productName
:
"
地图视频融合服务
"
,
providedBy
:
"
北京比格数据
"
,
releaseTime
:
"
2020-03-12 18:31:12
"
,
updated
:
"
2020-03-12 18:31:12
"
,
dataField
:
"
经济建设
"
,
serviceType
:
"
综合应用服务
"
,
resourceSummary
:
"
提供视频监控的空间分布展示和视频监控直播的服务提供视频监控的空间分布展示和视频监控直播的服务
"
,
openLevel
:
"
共享
"
,
views
:
"
99999
"
,
numberOfAcquisitions
:
"
99999
"
,
specifications
:
"
用户服务申请通过审核确认后,每日可对应急资源地图进行20次免费访问用户服务申请通过审核确认后,每日可对应急资源地图进行20次免费访问
"
,
},
}),
mounted
()
{},
methods
:
{},
};
</
script
>
<
style
scoped
>
.com_ex
{
margin-top
:
100px
;
padding
:
20px
;
}
</
style
>
src/router/index.js
View file @
5e81398d
...
...
@@ -24,6 +24,21 @@ export default new Router({
component
:
()
=>
import
(
"
@/pages/index
"
),
redirect
:
"
/workplace
"
,
children
:
[
{
path
:
"
/sjfwDetail
"
,
name
:
"
sjfwDetail
"
,
component
:
()
=>
import
(
"
@/pages/sjfwDetail
"
),
},
// 数据服务详情
{
path
:
"
/skfwDetail
"
,
name
:
"
skfwDetail
"
,
component
:
()
=>
import
(
"
@/pages/skfwDetail
"
),
},
// 时空服务详情
{
path
:
"
/zhyyfwDetail
"
,
name
:
"
zhyyfwDetail
"
,
component
:
()
=>
import
(
"
@/pages/zhyyfwDetail
"
),
},
// 综合应用服务详情
{
path
:
"
/workplace
"
,
name
:
"
workPlace
"
,
...
...
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