From 8d28f41b200baf8fdbe090cbcde3896197ddb824 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Mon, 27 Jun 2022 15:03:59 +0800 Subject: [PATCH 1/8] bug 294 --- .../views/abilityStatistics/components/SharingSituation.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/front/src/views/abilityStatistics/components/SharingSituation.vue b/front/src/views/abilityStatistics/components/SharingSituation.vue index 8c75ff2b..9fdf2b43 100644 --- a/front/src/views/abilityStatistics/components/SharingSituation.vue +++ b/front/src/views/abilityStatistics/components/SharingSituation.vue @@ -104,6 +104,11 @@ yAxis: { type: 'value', }, + tooltip: { + show: true, + trigger: 'item', + formatter: '{b}的浏览量: {c} 次', + }, series: [ { data: datas.value, From 93071ea26c54ce11ea629e99c415925cdf17c24f Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Mon, 27 Jun 2022 16:49:14 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E7=83=AD=E9=97=A8=E8=83=BD=E5=8A=9Bbug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/newHome/components/PopularAbility.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/front/src/views/newHome/components/PopularAbility.vue b/front/src/views/newHome/components/PopularAbility.vue index 26d04658..66f7475a 100644 --- a/front/src/views/newHome/components/PopularAbility.vue +++ b/front/src/views/newHome/components/PopularAbility.vue @@ -32,7 +32,15 @@