mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
热词统计增加下方表格
This commit is contained in:
@@ -15,7 +15,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</Affix>
|
</Affix>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
|
<Table border :columns="columns" :data="hotWordsData"></Table>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -37,6 +39,16 @@ export default {
|
|||||||
month: "",
|
month: "",
|
||||||
top: 50
|
top: 50
|
||||||
},
|
},
|
||||||
|
columns:[
|
||||||
|
{
|
||||||
|
title: "热词名称",
|
||||||
|
key: "keywords",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "搜索次数",
|
||||||
|
key: "score",
|
||||||
|
},
|
||||||
|
],
|
||||||
hotWordsChart:"", //图表
|
hotWordsChart:"", //图表
|
||||||
hotWordsData:[] //数据
|
hotWordsData:[] //数据
|
||||||
};
|
};
|
||||||
@@ -95,4 +107,5 @@ export default {
|
|||||||
.affix-time {
|
.affix-time {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user