|
@@ -42,6 +42,10 @@
|
|
|
</div>
|
|
|
<div style="padding: 0.6rem; box-sizing: border-box; overflow: hidden">
|
|
|
<!-- <div id="resetcss" style="overflow:hidden;" v-html="reportInfo.Content"></div> -->
|
|
|
+ <div id="overview" style="margin-bottom:10px;">
|
|
|
+ <p><strong>Overview:</strong></p>
|
|
|
+ {{reportInfo.Overview||''}}
|
|
|
+ </div>
|
|
|
<div id="resetcss" style="overflow:hidden;">
|
|
|
<ul>
|
|
|
<li v-for="(html,index) in realContent" :key="index" v-html="html"></li>
|