风险项分类 (更新日期:{{ updateDate | date: 'yyyy/MM/dd' }})
@for (type of tableData; track type.value) { }
风险类别 风险项
{{ type.value }} @for (item of type.categories; track $index) { {{ $index + 1 }}. {{ item.value }}{{ $index === type.categories.length - 1 ? '' : ',' }} }