序号 风险描述 风险项 导致后果 风险等级 涉及场所/作业/设备 责任岗位 判定风险等级的主要事项、近期事故关联 规章制度 主要作业要求 其他措施 责任人 具体单位 操作 @for (row of table.data; track row.id) { {{ 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 }} }