소스 검색

Merge branch 'monthly_report_daily_0.0.8' into http_test

洪海涛 4 년 전
부모
커밋
3d1316b46b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/content.vue

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

@@ -19,7 +19,7 @@
         <div v-else-if="title.search(/问题跟进/) > -1" style="margin-top: 10px;color: #666">上月无重点问题!</div>
         <div v-else-if="title.search(/持续改进/) > -1" style="margin-top: 10px;color: #666">本月无持续改进!</div>
         <div v-else-if="title.search(/重点问题/) > -1" style="margin-top: 10px;color: #666">本月无重点问题!</div>
-        <div v-else-if="title.search(/两轮车|代驾|货运|硬件|中台/) > -1" style="margin-top: 10px;color: #666">
+        <div v-else-if="title.search(/两轮车|代驾|货运|硬件|中台|安全服务生态|司机生态|prado/) > -1" style="margin-top: 10px;color: #666">
           {{ setNoDataTitle(title) }}
         </div>
       </div>