排查计划
@if (leftArrowVisible) { }
{{ semiAnnualText }}
@if (rightArrowVisible) { }
@for (row of firstSection; track $index) {
{{ row.value + '起' }}
}
@for (row of secondSection; track $index) {
{{ row.value + '%' }}
}
重大:{{ discovery.significant }}
A类:{{ discovery.a }}
B类:{{ discovery.b }}
C类:{{ discovery.c }}
@for (item of notifications; track $index) {
{{ getNotificationTypeText(item.type) }}
{{ item.title }}
{{ item.createDate }}
}