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 @@