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