소스 검색

报告详情展示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>