From 03621ed88454a3b3acb8d0d19b705d82508f4d3a Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 1 Nov 2021 14:27:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=85=A8=E5=B1=8F=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=A4=E4=B8=AA=E5=BC=B9=E5=87=BA=E5=B1=82=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/charts/chart-alert-list.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/nezha-fronted/src/components/charts/chart-alert-list.vue b/nezha-fronted/src/components/charts/chart-alert-list.vue index 768834a2e..3901689fd 100644 --- a/nezha-fronted/src/components/charts/chart-alert-list.vue +++ b/nezha-fronted/src/components/charts/chart-alert-list.vue @@ -63,6 +63,7 @@ :height="'calc(100% - 46px)'" :customTableTitle="tableTitle" :tableId="''" + :detailList="false" :projectAlertId="'tableContainer'+chartIndex" @tableDataSort="tableDataSort" @del="deleteMessage" @@ -86,8 +87,9 @@