管控措施
@switch (tab) { @case ('main') {
{{ data.requirement }}
} @case ('regulation') { @for (item of data.regulations; track $index) {
{{ $index }}: {{ getDocName(item) }}
} } @case ('other') {
{{ data.otherMeasure }}
} }