diff --git a/src/html/AlertManagement.vue b/src/html/AlertManagement.vue index 4eac87a..1eba018 100644 --- a/src/html/AlertManagement.vue +++ b/src/html/AlertManagement.vue @@ -1,28 +1,42 @@ - - - + + + + + + + + + + + + 告警总数:{{ totalItems }} + + + + - - - + + + - {{ typeMapping[scope.row.types] }} - - + + - {{ formatDateTime(scope.row.started_at) }} + {{ formatDateTime(scope.row.ended_at) }} - + - {{ statusMapping[scope.row.status] }} + {{ statusMapping[scope.row.status] + }} - + 查看 @@ -30,23 +44,11 @@ - + - - - - - - - - - - - @@ -55,7 +57,6 @@ 告警编号: {{ selectedRow.id }} - 告警类型: {{ typeMapping[selectedRow.types] }} @@ -67,7 +68,8 @@ - 告警状态: {{ statusMapping[selectedRow.status] + 告警状态: {{ + statusMapping[selectedRow.status] }} @@ -100,222 +102,180 @@ -
告警编号: {{ selectedRow.id }}
告警类型: {{ typeMapping[selectedRow.types] }}
告警状态: {{ statusMapping[selectedRow.status] + 告警状态: {{ + statusMapping[selectedRow.status] }}
告警状态: {{ + statusMapping[selectedRow.status] }}