From 8a686cfca66601b6125a0f8bf296a95f09bd3c56 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Wed, 6 Jul 2022 12:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E8=B5=84=E6=BA=90=E5=85=B3?= =?UTF-8?q?=E8=81=94=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ComponentServices.vue | 35 ++ .../Application/ApplicationNavigation.vue | 329 +++++++++--------- 2 files changed, 197 insertions(+), 167 deletions(-) diff --git a/front/src/views/capabilityCloud/components/ComponentServices.vue b/front/src/views/capabilityCloud/components/ComponentServices.vue index 8f0751ba..2c6dc034 100644 --- a/front/src/views/capabilityCloud/components/ComponentServices.vue +++ b/front/src/views/capabilityCloud/components/ComponentServices.vue @@ -168,6 +168,7 @@ } }) } else { + callTheTrendData.value.snum = ['0', '0', '0', '0', '0', '0', '0'] callTheTrend(callTheTrendData.value) } } else { @@ -202,6 +203,39 @@ } }) } 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', + ] callTheTrend(callTheTrendData.value) } } @@ -253,6 +287,7 @@ ], yAxis: [ { + minInterval: 1, name: '个', type: 'value', axisTick: { diff --git a/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue b/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue index 4d1c0f4a..189835f5 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue @@ -8,7 +8,12 @@