@if (currentTextbook?.get('type')=='全册') {
@for (panel of currentTextbook?.get('childrens'); track panel) { @if
(panel?.get('editionUnit') == this.eduProcess?.get('name')) {
{{
"分册" + ($index + 1) + "-" + currentTextbook?.get("title")
}}
{{ active }}
} }
} @else {
}