Просмотр исходного кода

报告评估建议增加文字

htc 17 часов назад
Родитель
Сommit
139eba0503

+ 12 - 0
src/components/reportPdf/pdf2.scss

@@ -279,6 +279,18 @@
         line-height: 16px;
         margin-top: 8px;
     }
+
+    .v2b-alert{
+        font-family: PingFangSC, PingFang SC;
+        font-weight: 400;
+        font-size: 10px;
+        color: #009191;
+        line-height: 20px;
+        position: absolute;
+        left: 16px;
+        bottom: 30px;
+    }
+
     .v2-title2{
         font-family: PingFang-SC, PingFang-SC;
         font-weight: bold;

+ 1 - 0
src/components/reportPdf/pdf2.vue

@@ -111,6 +111,7 @@ c.“影响力分”,指标逻辑为综合团队全体对当前主题所对应
                 <img class="vb-img1" :src="require('@/assets/images/versionTwo/'+'intro'+'_box_img1.png')">
                 <div class="v2b-title" style="margin-top: 0;">评估建议</div>
                 <div class="v2b-p" v-html="renderMarkdown(reportData?.totalDiagnosisSuggest||'')"></div>
+                <div class="v2b-alert">注:团队发展本身就不是单一答案的过程,PERILL AI教练根据创衡独创团队教练方法论,可以从不同角度解读团队,发现那些隐藏的机会点。多元建议代表多元可能。您可以尝试再次生成评估报告,探索更多可能性。</div>
             </div>
         </div>
         <!-- 多维度 -->

+ 1 - 0
src/components/reportPdf/pdfUser2.vue

@@ -73,6 +73,7 @@ c.“影响力分”,指标逻辑为综合团队全体对当前主题所对应
                 <img class="vb-img1" :src="require('@/assets/images/versionTwo/'+'intro'+'_box_img1.png')">
                 <div class="v2b-title" style="margin-top: 0;">评估建议</div>
                 <div class="v2b-p" v-html="renderMarkdown(reportData?.totalDiagnosisSuggest||'')"></div>
+                <div class="v2b-alert">注:团队发展本身就不是单一答案的过程,PERILL AI教练根据创衡独创团队教练方法论,可以从不同角度解读团队,发现那些隐藏的机会点。多元建议代表多元可能。您可以尝试再次生成评估报告,探索更多可能性。</div>
             </div>
         </div>
         <!-- 多维度 -->