@if (currentDepartment !== -1 && planBelongToMe) { }
@if (!departmentOptions.length) {
} @else {
@if (currentRound) {
{{ getFrequencyLabel(data) }} ({{ currentRound.time }})
@if (editing) { @if (roundCopyVisible) { 复制到其他轮 } }
@for (turn of turns; track turn) {
第{{ turn + 1 }}次
}
@if (editing) { 新增 @if (turnCopyVisible) { 复制 } }
@if (!editing) { } @if (editing) { }
}
}