From 41daa5ea2a7197322d42962941e327e9225e90a7 Mon Sep 17 00:00:00 2001 From: 100011797 <2642441182@qq.com> Date: Mon, 3 Jul 2023 10:44:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Layout/components/NoticeInfo.vue | 2 +- .../components/StationMessage/index.vue | 2 +- .../Subscribe/components/Detail.vue | 1 + .../components/Subscribe/components/Item.vue | 4 +- .../Instance/Detail/MetadataMap/index.vue | 44 +++++++++++++--- src/views/home/components/InitHome/index.vue | 50 +++++++++---------- .../Save/components/ApplyList/MUpload.vue | 6 +-- .../NoticeRule/components/Save/index.vue | 3 +- 8 files changed, 70 insertions(+), 42 deletions(-) diff --git a/src/components/Layout/components/NoticeInfo.vue b/src/components/Layout/components/NoticeInfo.vue index 204a260b..caa4f038 100644 --- a/src/components/Layout/components/NoticeInfo.vue +++ b/src/components/Layout/components/NoticeInfo.vue @@ -58,7 +58,7 @@ const tab = [ }, { key: 'system-monitor', - tab: '系统运维', + tab: '系统监控', type: ['system-event'], }, { diff --git a/src/views/account/Center/components/StationMessage/index.vue b/src/views/account/Center/components/StationMessage/index.vue index 4c599564..e68ae96e 100644 --- a/src/views/account/Center/components/StationMessage/index.vue +++ b/src/views/account/Center/components/StationMessage/index.vue @@ -1,5 +1,5 @@