From 2abbbf92b476522c2be410fbd3d6970213f38022 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 26 May 2021 13:58:39 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-672=20=EF=BC=9A=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=89=80=E6=9C=89chart=E7=9A=84=E9=A2=84=E8=A7=88=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=20=E9=AB=98=E5=BA=A6=E6=98=BE=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/charts/chart-alert-list.vue | 14 ++-- .../src/components/charts/chartPreview.vue | 83 ++++++++++--------- .../components/common/bottomBox/bottomBox.vue | 6 +- .../src/components/common/nezhaColor.vue | 9 +- 4 files changed, 65 insertions(+), 47 deletions(-) diff --git a/nezha-fronted/src/components/charts/chart-alert-list.vue b/nezha-fronted/src/components/charts/chart-alert-list.vue index ad6c1578d..e0baab2cb 100644 --- a/nezha-fronted/src/components/charts/chart-alert-list.vue +++ b/nezha-fronted/src/components/charts/chart-alert-list.vue @@ -5,7 +5,7 @@
-
+
- {{chartData.name}} + {{chartData?chartData.name:'-'}} - + @@ -46,12 +46,12 @@ {{$t('dashboard.delete')}}
  • {{$t('dashboard.duplicate')}}
  • -
  • +
  • {{$t('overall.syncChart')}}
  • -
    +