瀏覽代碼

报告详情展示Overview

cxmo 2 年之前
父節點
當前提交
7d4fc14809
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/reportEn/detail.vue

+ 4 - 0
src/views/reportEn/detail.vue

@@ -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>