|
@@ -582,9 +582,9 @@
|
|
|
<div class="team_title">团队故事:</div>
|
|
|
<div class="team_p" style="min-height: 180px;">{{ reportData?.nextSteps?.teamInfo?.teamStory }}</div>
|
|
|
<div class="team_title">团队诊断总结:</div>
|
|
|
- <div class="team_p" style="min-height: 80px;">{{ '' }}</div>
|
|
|
- <div class="team_title">团队教练:</div>
|
|
|
- <div class="team_p">{{ '' }}</div>
|
|
|
+ <div class="team_p" style="min-height: 80px;">{{ reportData?.nextSteps?.teamInfo?.overall_analysis }}</div>
|
|
|
+ <!-- <div class="team_title">团队教练:</div>
|
|
|
+ <div class="team_p">{{ '' }}</div> -->
|
|
|
</div>
|
|
|
<div class="cd_page">{{(((reportData?.dimensionAnalysis?.length)*7)||0)+5}}/{{ reportData?.dimensionAnalysis?.length*7+8 }}</div>
|
|
|
</div>
|
|
@@ -625,10 +625,7 @@
|
|
|
<span>团队教练目标及方案</span>
|
|
|
</div>
|
|
|
<div class="bp" style="margin-top: 20px;">团队教练目标</div>
|
|
|
- <p style="margin-top: 10px;" v-html="reportData?.nextSteps?.coachGoal?.summary.replace(/(\r\n|\n|\r)+/g, '<br>')"></p>
|
|
|
- <p style="margin-top: 10px;" v-if="reportData?.nextSteps?.coachGoal?.indicators?.length">
|
|
|
- 衡量指标:<span v-for="(rnci,ridx) in reportData?.nextSteps?.coachGoal?.indicators" :key="ridx">{{ rnci }}<br/></span>
|
|
|
- </p>
|
|
|
+ <p style="margin-top: 10px;" v-html="reportData?.nextSteps?.coachGoal?.summary.replace(/(\r\n|\n|\r)+/g, '<br>').replaceAll(';', ';<br>')"></p>
|
|
|
<div class="cc_table">
|
|
|
<table>
|
|
|
<tr>
|