Commit 9d64c73f authored by 徐一鸣's avatar 徐一鸣

应用数据分析组件

parent 4168995d
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<el-col :span="24" class="in_block"> <el-col :span="24" class="in_block">
<block-radius <block-radius
:show_header="true" :show_header="true"
title="服务热门搜索" title="应用热门搜索"
class="block" class="block"
> >
<div class="block-radius-content service-hot-search"> <div class="block-radius-content service-hot-search">
...@@ -370,31 +370,31 @@ export default { ...@@ -370,31 +370,31 @@ export default {
hotSearchData: [ hotSearchData: [
{ {
hotIndex: 1, hotIndex: 1,
name: "地图视频融合服务1", name: "地图视频融合应用1",
count: 666, count: 666,
increases: 1.28, increases: 1.28,
}, },
{ {
hotIndex: 2, hotIndex: 2,
name: "地图视频融合服务2", name: "地图视频融合应用2",
count: 666, count: 666,
increases: 0.03, increases: 0.03,
}, },
{ {
hotIndex: 3, hotIndex: 3,
name: "地图视频融合服务3", name: "地图视频融合应用3",
count: 666, count: 666,
increases: 0.58, increases: 0.58,
}, },
{ {
hotIndex: 4, hotIndex: 4,
name: "地图视频融合服务4", name: "地图视频融合应用4",
count: 666, count: 666,
increases: -0.28, increases: -0.28,
}, },
{ {
hotIndex: 5, hotIndex: 5,
name: "地图视频融合服务5", name: "地图视频融合应用5",
count: 666, count: 666,
increases: -0.58, increases: -0.58,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment