洪海涛 4 年之前
父節點
當前提交
58b667354f
共有 1 個文件被更改,包括 2 次插入6 次删除
  1. 2 6
      src/views/monthlyReport/childrenPage/editReport/components/PushAndBanck.vue

+ 2 - 6
src/views/monthlyReport/childrenPage/editReport/components/PushAndBanck.vue

@@ -2,12 +2,8 @@
   <div v-if="subTitle" class="subTitle-wrapper">
     {{ title }}&nbsp;-&nbsp;
     <div v-for="(item, index) in subTitle" :key="index" class="item">
-      <div v-if="isShowItem(item.copywriter)">
-        {{ item.copywriter }}
-        <div :class="{ red: isShowColor(item.copywriter, item.label) }">
-          <span class="fontWeight">{{ item.label }}</span>
-          <div class="fontWeight" v-if="isShow(item.copywriter)">%</div>
-        </div>
+      <div v-if="isShowItem(item.copywriter)">{{ item.copywriter }}<div :class="{ red: isShowColor(item.copywriter, item.label) }"><span class="fontWeight">{{ item.label }}</span><span v-if="isShow(item.copywriter)" class="fontWeight">%</span><span v-if="item.copywriter !== '全量回滚率' && item.copywriter !== '裸奔上线率'">次</span>
+      </div>
         <div v-if="index < subTitle.length - 1">{{ item.copywriter.search(/发布次数|全量回滚率/) > -1 ? ';' : isComma(item.copywriter) }}</div>
       </div>
     </div>