From db51df89f7b2d3a27cdf0d3001d0a49910c536ee Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Thu, 11 Aug 2022 10:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E8=AF=8D=E7=BB=9F=E8=AE=A1=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=B8=8B=E6=96=B9=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../article-manage/template/statisticsHotWords.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manager/src/views/page/article-manage/template/statisticsHotWords.vue b/manager/src/views/page/article-manage/template/statisticsHotWords.vue index b78431a5..7b0b2e85 100644 --- a/manager/src/views/page/article-manage/template/statisticsHotWords.vue +++ b/manager/src/views/page/article-manage/template/statisticsHotWords.vue @@ -15,7 +15,9 @@ +
+
@@ -37,6 +39,16 @@ export default { month: "", top: 50 }, + columns:[ + { + title: "热词名称", + key: "keywords", + }, + { + title: "搜索次数", + key: "score", + }, + ], hotWordsChart:"", //图表 hotWordsData:[] //数据 }; @@ -95,4 +107,5 @@ export default { .affix-time { padding-left: 15px; } +