Przeglądaj źródła

**替换为<b>加粗

htc 9 godzin temu
rodzic
commit
f583e43dac
2 zmienionych plików z 6 dodań i 6 usunięć
  1. 2 2
      pagesHome/pdf.vue
  2. 4 4
      pagesHome/pdfZyb.vue

+ 2 - 2
pagesHome/pdf.vue

@@ -72,7 +72,7 @@
 						c.“影响力分”,指标逻辑为评估发起者个人对当前主题所对应各问卷题目的认同度评分与重要性评分乘积的均值,用来表征其对这一主题问卷所陈述内容对于团队的影响力水平,最高分:25分,最低分:0分;					 
 					</view>
 					<view class="v2b-title">评估结果</view>
-					<view class="v2b-p" v-html="(reportData.totalDiagnosticOutput||'').replaceAll('\n\n','<br>').replaceAll('**','')"></view>
+					<view class="v2b-p" v-html="(reportData.totalDiagnosticOutput||'').replaceAll('\n\n','<br>').replaceAll('**','<b>')"></view>
 				</view>
 			</view>
 			<!-- 总体评估分析 评估建议-->
@@ -84,7 +84,7 @@
 				<view class="v2-box">
 					<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/intro_box_img1.png'">
 					<view class="v2b-title" style="margin-top: 0;">评估建议</view>
-					<view class="v2b-p" v-html="(reportData.totalDiagnosisSuggest||'').replaceAll('\n\n','<br>').replaceAll('**','')"></view>
+					<view class="v2b-p" v-html="(reportData.totalDiagnosisSuggest||'').replaceAll('\n\n','<br>').replaceAll('**','<b>')"></view>
 				</view>
 			</view>
 			<!-- 多维度 -->

+ 4 - 4
pagesHome/pdfZyb.vue

@@ -103,7 +103,7 @@
 						b.“重要分”,指标逻辑为根据团队全体对当前主题所对应各问卷题目重要性评分的均值,用来表征团队对这一主题问卷所陈述内容对于团队重要性的平均认知,最高分:5分,最低分:0分;<br>
 						c.“影响力分”,指标逻辑为团队全体对当前主题所对应各问卷题目的认同度评分与重要性评分乘积的均值,用来表征团队对这一主题问卷所陈述内容对于团队的影响力水平,最高分:25分,最低分:0分;</view>
 					<view class="v2b-title">评估结果</view>
-					<view class="v2b-p" v-html="(reportData.totalDiagnosticOutput||'').replaceAll('\n\n','<br>').replaceAll('**','')"></view>
+					<view class="v2b-p" v-html="(reportData.totalDiagnosticOutput||'').replaceAll('\n\n','<br>').replaceAll('**','<b>')"></view>
 				</view>
 			</view>
 			<!-- 总体评估分析 评估建议-->
@@ -115,7 +115,7 @@
 				<view class="v2-box" style="border: 1px solid #33A7A7;">
 					<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/intro_box_img1.png'">
 					<view class="v2b-title" style="margin-top: 0;">评估建议</view>
-					<view class="v2b-p" v-html="(reportData.totalDiagnosisSuggest||'').replaceAll('\n\n','<br>').replaceAll('**','')"></view>
+					<view class="v2b-p" v-html="(reportData.totalDiagnosisSuggest||'').replaceAll('\n\n','<br>').replaceAll('**','<b>')"></view>
 				</view>
 			</view>
 			<!-- 多维度 -->
@@ -169,7 +169,7 @@
 								</view>
 							</view>
 							<view class="v2-subp">评估结果</view>
-							<view class="v2-p" style="margin-top: 6px;" v-html="(item.diagnosisOutput||'').replaceAll('\n\n','<br>').replaceAll('**','')"></view>
+							<view class="v2-p" style="margin-top: 6px;" v-html="(item.diagnosisOutput||'').replaceAll('\n\n','<br>').replaceAll('**','<b>')"></view>
 						</view>
 					</view>
 					<view class="cd_box adffc" style="border: none;">
@@ -178,7 +178,7 @@
 							<view class="vt-right">团队发展动态评估报告(团队版) </view>
 						</view>
 						<view class="v2-box" :style="{'border':'none','padding':0}">
-							<view class="v2-p" style="margin-top: 6px;" v-html="(item.diagnosisSuggest||'').replaceAll('\n\n','<br>').replaceAll('**','')"></view>
+							<view class="v2-p" style="margin-top: 6px;" v-html="(item.diagnosisSuggest||'').replaceAll('\n\n','<br>').replaceAll('**','<b>')"></view>
 						</view>
 					</view>
 				</block>