{{ row.id }} |
{{ row.title }}
|
{{ getTypeName(row.type) }}
{{ getCategoryName(row.category, row.type) }}
|
@for (item of row.consequences; track $index) {
{{ getConsequenceName(item) }}
}
|
{{ row.level }}
|
|
@for (job of row.responsiblePositions; track job) {
{{ getJobName(job) }}
}
|
@for (association of row.associations; track association) {
{{ $index }}:
事件名称:{{ association.title }}
事件描述:{{ association.content }}
造成后果:{{ association.consequence }}
}
|
@for (reg of row.regulations; track $index) {
{{ $index }}:
{{ getDocName(reg) }}
{{ getDocName(reg) }}
}
|
{{ row.requirement }}
{{ row.requirement }}
|
{{ row.otherMeasure }}
|
{{ row.responsiblePerson }}
|
{{ row.specificUnit }}
|
|
}