选择陪练场景
@for (tab of difficultyTabs; track tab.label) {
{{tab.label}}
}
@for (type of customerTypes; track type.id) {
{{type.name}} @if (isEditing) { }
} @if (isEditing) {
添加类型
}
@if (!currentScenario && customerTypes.length > 0) { }
@if (currentScenario) {
@for (message of messages; track $index) {
{{message.text}}
}

能力评估

{{currentScore}}
@for (skill of skills; track skill.name) {
{{skill.name}}
}
@if (messages.length >= 8) {

本次陪练报告

{{Math.abs(scoreChange)}}%

{{currentReport.summary}}

@for (tag of currentReport.tags; track tag) {
{{tag}}
}
} }
@if (showAddCustomerModal) { } @if (showFullReportModal) { } @if (showHistoryReportModal) { }