@@ -212,6 +212,13 @@ function handleGoLogin(){
<div
id="rich-content"
class="report-content-box rich-content"
+ v-html="reportContent"
+ v-if="reportStatus !== 4"
+ />
+ <div
+ v-else
+ id="rich-content"
+ class="report-content-box rich-content"
>
<div v-for="item in renderContentList" :key="item" v-html="item"></div>
</div>