Преглед на файлове

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