From 146d80cd78ee854d6875b250250e5cc73d3f621f Mon Sep 17 00:00:00 2001 From: gaoxiaolong <327091900@qq.com> Date: Fri, 1 Jul 2022 10:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BD=BF=E7=94=A8UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abilityStatistics/componentUsed.vue | 16 +++---- .../views/modules/abilityStatistics/index.vue | 43 +++++++++++-------- 2 files changed, 34 insertions(+), 25 deletions(-) diff --git a/back/src/views/modules/abilityStatistics/componentUsed.vue b/back/src/views/modules/abilityStatistics/componentUsed.vue index 01c866bb..3c44cb1e 100644 --- a/back/src/views/modules/abilityStatistics/componentUsed.vue +++ b/back/src/views/modules/abilityStatistics/componentUsed.vue @@ -2,22 +2,22 @@
组件服务 - 发布情况统计 + 使用情况统计
-
+
- 发布量情况分布 + 使用组件数量分布
- 应用领域分布情况 -
+ 使用组件应用领域分布情况 +
@@ -472,7 +472,7 @@ export default { } .container-body2{ - width:420px; + width:640px; height:250px; background-color: #ffffff; margin-right:20px; @@ -480,7 +480,7 @@ export default { padding-left: 20px; } .container-body3{ - width:420px; + width:640px; height:250px; background-color: #ffffff; padding-top:20px; diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index ba73d740..ac0dd287 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -36,7 +36,7 @@ 部门发布情况 - + 部门使用情况
@@ -178,7 +178,7 @@ export default { titleList:[ {name:'组件服务',key:1}, {name:'应用资源',key:2}, {name:'基础设施',key:3}, {name:'数据资源',key:3}, {name:'知识库',key:3}, ], - tableData: [] + tableData: [{deptName:'部门',resourceNum:222}] } }, created(){ @@ -216,7 +216,7 @@ export default { // pageSize: 20 } }).then(res => { - this.tableData =res.data.data + // this.tableData =res.data.data }) }, // // 获取部门列表 @@ -244,7 +244,7 @@ export default { resourceType:'组件服务' } }).then(res => { - this.tableData =res.data.data.list + // this.tableData =res.data.data.list this.total = res.data.data.total }) }, @@ -258,7 +258,7 @@ export default { resourceType:'组件服务' } }).then(res => { - this.tableData =res.data.data.list + // this.tableData =res.data.data.list }) }, @@ -272,7 +272,7 @@ export default { resourceType:'应用资源' } }).then(res => { - this.tableData =res.data.data.list + // this.tableData =res.data.data.list this.total = res.data.data.total }) @@ -287,22 +287,31 @@ export default { resourceType:'应用资源' } }).then(res => { - this.tableData =res.data.data.list + // this.tableData =res.data.data.list }) }, handleClick(row) { if(this.choseId===0){ - this.homeIsShow=false - this.servicesIsShow=true - this.tableId=row.deptId - this.fatherId=1 - }else if(this.choseId===1){ - this.homeIsShow=false - this.resourcesIsShow=true - this.tableId=row.deptId - this.fatherId=2 - } + if(this.departmentId===1){ + this.homeIsShow=false + this.servicesIsShow=true + this.tableId=row.deptId + this.fatherId=1 + }else if(this.departmentId===2){ + this.homeIsShow=false + this.UsedIsShow=true + this.tableId=row.deptId + this.fatherId=1 + } + else if(this.choseId===1){ + this.homeIsShow=false + this.resourcesIsShow=true + this.tableId=row.deptId + this.fatherId=2 + } + } + }, //选择组件