diff --git a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue
index 6c568271d..a040983da 100644
--- a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue
+++ b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue
@@ -50,13 +50,17 @@
-
+
{{scope.row.alerts}}
+ >{{ scope.row.alerts }}
@@ -207,13 +211,6 @@ export default {
minWidth: 200,
sortable: "custom",
},
- {
- label: this.$t("alert.alert"),
- prop: "alertNum",
- show: true,
- minWidth: 120,
- sortable: "custom",
- },
{
label: this.$t("alert.silence.startTime"),
prop: "startAt",
@@ -239,6 +236,13 @@ export default {
show: false,
width: 300,
},
+ {
+ label: this.$t("alert.alert"),
+ prop: "alertNum",
+ show: true,
+ minWidth: 120,
+ sortable: "custom",
+ },
{
label: this.$t("alert.silence.state"),
prop: "state",