@page "/report/sub-ability-detail" @model MiAssessment.Api.Pages.Report.SubAbilityDetailModel @{ ViewData["Title"] = "细分能力精准分析"; ViewData["PageTitle"] = null; ViewData["PageNumber"] = null; } @if (!Model.IsSuccess) {

@Model.ErrorMessage

} else {
3.@(Model.SectionIndex)、个人40项细分能力精准分析
@(Model.ParentName)能力分析
@(Model.ParentName)能力分析排序
最强能力解读
@Model.StrongestName
@if (Model.StrongestConclusion != null) { @Html.Raw(Model.StrongestConclusion.Content?.Replace("\n", "
") ?? "暂无结论") } else { 暂无结论数据 }
较弱能力解读
@Model.WeakestName
@if (Model.WeakestConclusion != null) { @Html.Raw(Model.WeakestConclusion.Content?.Replace("\n", "
") ?? "暂无结论") } else { 暂无结论数据 }
} @section Styles { } @section Scripts { }