排行
@@ -98,15 +44,18 @@
次数
贡献金额
-
+
{{ index + 1 }}
- {{ item.name }}
- {{ item.name }}
+ {{ item.resourceName }}
+ {{ item.resourceName }}
-
{{ item.count || 0 }}
-
{{ item.count || 0 }}
-
{{ item.count || 0 }}
+
+ {{ item.deptName}}
+ {{ item.deptName }}
+
+
{{ item.applyCount || 0 }}
+
{{ item.applyPrice || 0 }}
基础设施
-
共节省XX万元
+
共节省{{infrastructureData.total}}万元
-
-
会客厅
+
+ {{item.resourceName}}
节省
- 453
+ {{item.applyPrice}}
万元
@@ -137,12 +86,13 @@
-
diff --git a/front/src/views/assertReport/components/ReservoirThumbnail.vue b/front/src/views/assertReport/components/ReservoirThumbnail.vue
index 5b2e504a..bdb885fc 100644
--- a/front/src/views/assertReport/components/ReservoirThumbnail.vue
+++ b/front/src/views/assertReport/components/ReservoirThumbnail.vue
@@ -1,8 +1,8 @@
@@ -13,536 +13,490 @@
-
-
-
diff --git a/front/src/views/assertReport/image/xing2.png b/front/src/views/assertReport/image/xing2.png
new file mode 100644
index 00000000..b5fd56e7
Binary files /dev/null and b/front/src/views/assertReport/image/xing2.png differ
diff --git a/front/src/views/assertReport/index.vue b/front/src/views/assertReport/index.vue
index 56c5f211..cec6c06e 100644
--- a/front/src/views/assertReport/index.vue
+++ b/front/src/views/assertReport/index.vue
@@ -1,177 +1,103 @@
-
-
-
-
+
-
-
diff --git a/front/src/views/capabilityCloud/components/ComponentServices.vue b/front/src/views/capabilityCloud/components/ComponentServices.vue
index 1660dc9a..2e9abef5 100644
--- a/front/src/views/capabilityCloud/components/ComponentServices.vue
+++ b/front/src/views/capabilityCloud/components/ComponentServices.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-19 10:15:33
* @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-08-06 16:21:24
+ * @LastEditTime: 2022-11-29 17:39:20
* @Description: 能力云图-组件服务
-->
@@ -102,7 +102,7 @@
{{ item.name }}
{{ item.name }}
- {{ item.count || 0 }}
+ {{ item.count || item.score || 0 }}
@@ -125,7 +125,7 @@
let xinhaianIsShow = whoShow.itShowXiHaiAn //判断是否是西海岸版本
let snum = ref([
{ title: '上架总量', num: '0000' },
- { title: '总调用次数(API)', num: '0' },
+ { title: '总调用次数(API)', num: '1008' },
{ title: '健康度(API)', num: '100%' },
])
let dataclick = ref('total')
@@ -164,12 +164,20 @@
})
callTheTrend(callTheTrendData.value)
} else {
- callTheTrendData.value.snum = ['0', '0', '0', '0', '0', '0', '0']
+ callTheTrendData.value.snum = [
+ '3',
+ '17',
+ '10',
+ '5',
+ '15',
+ '15',
+ '19',
+ ]
callTheTrend(callTheTrendData.value)
}
})
} else {
- callTheTrendData.value.snum = ['0', '0', '0', '0', '0', '0', '0']
+ callTheTrendData.value.snum = ['3', '17', '10', '5', '15', '15', '19']
callTheTrend(callTheTrendData.value)
}
} else {
@@ -214,37 +222,37 @@
})
} else {
callTheTrendData.value.snum = [
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
- '0',
+ '3',
+ '17',
+ '10',
+ '5',
+ '15',
+ '15',
+ '19',
+ '3',
+ '17',
+ '10',
+ '5',
+ '15',
+ '15',
+ '19',
+ '10',
+ '8',
+ '16',
+ '3',
+ '17',
+ '10',
+ '5',
+ '15',
+ '15',
+ '19',
+ '3',
+ '17',
+ '10',
+ '5',
+ '15',
+ '15',
+ '19',
]
callTheTrend(callTheTrendData.value)
}
@@ -259,7 +267,7 @@
option = {
tooltip: {
backgroundColor: 'rgba(17,61,116,0.8)',
- borderWidth: 0,
+ // borderWidth: 0,
trigger: 'axis',
formatter: function (val) {
console.log(val)
@@ -301,11 +309,13 @@
name: '个',
type: 'value',
axisTick: {
- show: false,
+ show: true,
},
axisLine: {
+ show: true,
lineStyle: {
- color: '#57617B',
+ color: '#336EBF',
+ width: '1',
},
},
axisLabel: {
@@ -316,6 +326,9 @@
},
splitLine: {
show: false,
+ // lineStyle: {
+ // color: ['#57617B'],
+ // },
},
},
],
diff --git a/front/src/views/capabilityCloud/components/DataResources.vue b/front/src/views/capabilityCloud/components/DataResources.vue
index b4dba74f..4ec3d64a 100644
--- a/front/src/views/capabilityCloud/components/DataResources.vue
+++ b/front/src/views/capabilityCloud/components/DataResources.vue
@@ -1,8 +1,8 @@
@@ -50,10 +50,10 @@
name: '总申请次数',
num: '',
},
- {
- name: '满足率',
- num: '',
- },
+ // {
+ // name: '满足率',
+ // num: '',
+ // },
])
// 右侧数据
const assignRankings = ref([
diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue
index 47d6b958..502547f2 100644
--- a/front/src/views/capacitySquare/components/algorithm.vue
+++ b/front/src/views/capacitySquare/components/algorithm.vue
@@ -22,7 +22,11 @@