From 54bf1cf8ff17b5c945697a936950b4d05f28fe4f Mon Sep 17 00:00:00 2001 From: hLinx <327159425@qq.com> Date: Mon, 30 Oct 2023 17:11:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5agent=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF=20#2562?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/home/index/components/agent/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/frontend/src/views/home/index/components/agent/index.vue b/src/frontend/src/views/home/index/components/agent/index.vue index 851011e8a9..3fae3516f0 100644 --- a/src/frontend/src/views/home/index/components/agent/index.vue +++ b/src/frontend/src/views/home/index/components/agent/index.vue @@ -37,17 +37,17 @@
{{ $t('home.正常') }} - {{ agentInfo.normalNum }} + {{ agentInfo.aliveCount }}
{{ $t('home.异常') }} - {{ agentInfo.abnormalNum }} + {{ agentInfo.notAliveCount }}