diff --git a/nezha-fronted/src/components/page/asset/asset.vue b/nezha-fronted/src/components/page/asset/asset.vue index cd87c21cc..4a626eccb 100644 --- a/nezha-fronted/src/components/page/asset/asset.vue +++ b/nezha-fronted/src/components/page/asset/asset.vue @@ -134,7 +134,11 @@ {{scope.row.endpointNum}} - {{scope.row.alertNum + ' ' + $t('overall.active')}} + + {{(scope.row.alertNum < 99 ? scope.row.alertNum : 99)}} + + + {{' ' + $t('overall.active')}} +