风险类别
@for (type of types; track type.value) {
{{ type.label }} {{ type.count ? '(' + type.count + ')' : '' }}
}
风险项
@for (category of categories; track category.value) {
{{ category.label }} {{ showCount && category.count ? '(' + category.count + ')' : '' }}
}