From f47d9641053be15853704bc498a57b5efc686204 Mon Sep 17 00:00:00 2001
From: gaoxiaolong <327091900@qq.com>
Date: Fri, 1 Jul 2022 09:16:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../abilityStatistics/componentUsed.vue | 557 ++++++++++++++++++
.../views/modules/abilityStatistics/index.vue | 6 +-
2 files changed, 562 insertions(+), 1 deletion(-)
create mode 100644 back/src/views/modules/abilityStatistics/componentUsed.vue
diff --git a/back/src/views/modules/abilityStatistics/componentUsed.vue b/back/src/views/modules/abilityStatistics/componentUsed.vue
new file mode 100644
index 00000000..01c866bb
--- /dev/null
+++ b/back/src/views/modules/abilityStatistics/componentUsed.vue
@@ -0,0 +1,557 @@
+
+
+
+ 组件服务
+ 发布情况统计
+
+
+
+
+
+
+
+
+
+
被调用组件及数量
+
+
+
+
+
+ {{index+1}}
+
+
{{item.name}}
+
{{item.resourceCarNum}}
+
+
+
+
+
+
被申请组件及数量
+
+
+
+
+
+ {{index+1}}
+
+
{{item.name}}
+
{{item.resourceCarNum}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue
index 75b8343a..ba73d740 100644
--- a/back/src/views/modules/abilityStatistics/index.vue
+++ b/back/src/views/modules/abilityStatistics/index.vue
@@ -111,15 +111,18 @@
+