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 @@
-
{{ select }}:{{ item.visits }}
+
+ {{ select }}:{{ item.visits }} +
+
+ {{ select }}:{{ item.applyCount }} +
+
+ {{ select }}:{{ item.collectCount }} +
{{ item.name }}
{{ item.description || '暂无描述' }} From 5ebcd9630bc3511100b50492e84ff1ea55f36d02 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Mon, 27 Jun 2022 17:03:19 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BD?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/detailsPageInfrastructureTree.vue | 140 +++++++++--------- 1 file changed, 72 insertions(+), 68 deletions(-) diff --git a/front/src/views/home/detailsPageInfrastructureTree.vue b/front/src/views/home/detailsPageInfrastructureTree.vue index 621eb4e9..c0c51a00 100644 --- a/front/src/views/home/detailsPageInfrastructureTree.vue +++ b/front/src/views/home/detailsPageInfrastructureTree.vue @@ -1,7 +1,7 @@