返回
{{ expertGroup?.get("name") || "-" }}
@if (active == 0) {
设置评审教材
@if (showTextbook) {
已选教材:
@for (item of allTextbook; track $index) { @if (!showAll) {
{{ item.get("title") }} ;
}@else {
{{ item.get("title") }} ;
} } @if (allTextbook.length > 8) {
{{ showAll ? "合起教材" : "展开全部" }}
}
}
设置评审专家
@if (radioReview == 'free') {
@if (profilList.length > 0) { @for (item of profilList; track $index) {
{{ item?.get("user")?.get("phone") || "-" }} | {{ item?.get("email") || "-" }}
} } @else { }
已选:{{ checkProfileListLeng }}
清除
@if (checkProfileListLeng > 0) { @for (item of profilList; track $index) { @if ( setOfCheckedProfileAll.has(item.id) ) {
{{ item?.get("user")?.get("name") || item?.get("user")?.get("username") }}
{{ item?.get("user")?.get("phone") || "-" }} | {{ item?.get("email") || "-" }}
} } } @else { }
}
} @else if (active == 1) { }