فهرست منبع

免责声明非必填

chenlei 5 ماه پیش
والد
کامیت
26e85cb363
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/views/report/reportDetail.vue
  2. 1 1
      src/views/reportEn/detail.vue
  3. 1 1
      src/views/smartReport/detail.vue

+ 1 - 1
src/views/report/reportDetail.vue

@@ -71,7 +71,7 @@
       <div id="abstract">
         <div class="abstract_cont">
           <div v-if="reportInfo.Abstract">摘要:{{ reportInfo.Abstract }}</div>
-          <div style="color: #666; margintop: 1.2rem">
+          <div style="color: #666; margintop: 1.2rem" v-if="reportInfo.Disclaimer">
             *注:请务必阅读&nbsp;<strong
               style="fontweight: normal; cursor: pointer; color: #3e8ce6"
               @click="showTips"

+ 1 - 1
src/views/reportEn/detail.vue

@@ -33,7 +33,7 @@
       <div id="abstract">
         <div class="abstract_cont">
           <div v-if="reportInfo.Abstract">Abstract:{{ reportInfo.Abstract }}</div>
-          <div style="color: #666; margintop: 1.2rem">
+          <div style="color: #666; margintop: 1.2rem" v-if="reportInfo.Disclaimer">
             *Note: Please be sure to read the <strong
               style="fontweight: normal; cursor: pointer; color: #3e8ce6"
               @click="showTips"

+ 1 - 1
src/views/smartReport/detail.vue

@@ -65,7 +65,7 @@
 
         <div class="abstract" v-if="reportInfo && !!reportInfo.NeedSplice">
           <div v-if="reportInfo.Abstract">摘要:{{ reportInfo.Abstract }}</div>
-          <div style="color: #666; margintop: 1.2rem">
+          <div style="color: #666; margintop: 1.2rem" v-if="reportInfo.Disclaimer">
             *注:请务必阅读&nbsp;<strong
               style="fontweight: normal; cursor: pointer; color: #3e8ce6"
               @click="showTips"