风险等级
{{ data.level }}
风险描述
{{ data.title }}
风险类型
{{ getTypeName(data.type) }} - {{ getCategoryName(data.category, data.type) }}
可能导致的后果
@for (item of data.consequences; track $index) {
{{ getConsequenceName(item) }}
}
涉及场所
@for (pos of data.involvedPositions; track $index) { }
涉及作业
@for (op of data.involvedOperations; track $index) { }
涉及设备
@for (eq of data.involvedEquipments; track $index) { }
责任岗位
@for (job of data.responsiblePositions; track job) {
{{ getJobName(job) }}
}
关联事件
@for (association of data.associations; track association) {
{{ $index }}:
事件名称:{{ association.title }}
事件描述:{{ association.content }}
造成后果:{{ association.consequence }}
}
责任人
{{ data.responsiblePerson }}
责任单位
{{ data.specificUnit }}