返回
{{expertGroup?.get('name') || '-'}}
设置评审教材
@if (showTextbook) { }
设置评审专家
@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 { }
}