diff --git a/back/src/views/modules/ability/components/combine-ability.vue b/back/src/views/modules/ability/components/combine-ability.vue index a17660eb..78c068b4 100644 --- a/back/src/views/modules/ability/components/combine-ability.vue +++ b/back/src/views/modules/ability/components/combine-ability.vue @@ -16,18 +16,17 @@
- + }" :data="transferData"> - - 重置 + 重置 -->
-1 }, confirmSubmitHandle () { - debugger + console.log('tttttt',this.selectedArray) if(this.type === "数据资源"){ //通过选中的数据去查找原始列表数据 let selectedObjectList = []; @@ -494,7 +493,7 @@ export default { position: absolute; font-size: 14px; display: inline-block; - width: 30%; + width: 80%; top: 52px; left: 12px; } diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index 5f4ebb97..186c98e0 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -454,13 +454,21 @@ data: [], }, xAxis: { - name: '部门数量(个)', + name: '上架数量区间', data: [], }, - yAxis: {}, + yAxis: { + name: '部门数量(个)', + }, + grid: { + height: '65%', + width: '63%', + left: '10%', + bottom: 30, + }, series: [ { - name: '上架数量区间', + name: '', type: 'bar', barWidth: 35, barGap: '-100%',