Browse Source

Merge branch 'xqc_1017' into debug

bding 1 week ago
parent
commit
d9461e7b55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/reportForm/components/strategy.vue

+ 1 - 1
pages/reportForm/components/strategy.vue

@@ -9,7 +9,7 @@
             >{{ item.Title }}
             >{{ item.Title }}
             <text class="reg-text" v-if="item.IsRed"></text>
             <text class="reg-text" v-if="item.IsRed"></text>
           </text>
           </text>
-          <view style="margin-top: 10rpx" v-if="matchTypeName == '每日复盘'" :class="threeFour ? 'text-threeFour' : 'text_one'">
+          <view style="margin-top: 10rpx" v-if="matchTypeName == '每日复盘' || item.IsShowAbstract" :class="threeFour ? 'text-threeFour' : 'text_one'">
             <!-- <mp-html :content="'摘要:' + item.Abstract" /> -->
             <!-- <mp-html :content="'摘要:' + item.Abstract" /> -->
             摘要:{{ item.Abstract }}
             摘要:{{ item.Abstract }}
           </view>
           </view>