洪海涛 4 years ago
parent
commit
6adbf15022

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

@@ -6,7 +6,7 @@
         {{ item.copywriter }}
         <div :class="{ red: isShowColor(item.copywriter, item.label) }">
           <span class="fontWeight">{{ item.label }}</span>
-          <div v-if="isShow(item.copywriter)">%</div>
+          <div class="fontWeight" v-if="isShow(item.copywriter)">%</div>
         </div>
         <div v-if="index < subTitle.length - 1">{{ item.copywriter.search(/发布次数|全量回滚率/) > -1 ? ';' : isComma(item.copywriter) }}</div>
       </div>

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/core.vue

@@ -49,7 +49,7 @@
         v-html="headerTitle"
       />
       <span v-if="baseData.title.search(/延期|发布&回滚/) > -1">。</span><Refresh v-if="pageDate && pageDate.status < 20" slot="refresh" :title="baseData.title" :dom-key="baseData.domKey" /><span><el-button v-if="headerTitle.indexOf('线下缺陷') > -1 && pageDate.status < 20" type="text" style="margin-left: 5px;font-weight: 400;" @click.stop="marking">标记</el-button></span>
-      <span v-if="baseData.title.search(/提测打回/) > -1">。</span>
+      <span v-if="baseData.title.search(/提测打回|增发/) > -1">。</span>
     </div>
     <div
       v-if="baseData.content && baseData.content.length"