소스 검색

feat:周报组件增加运营商专属传参

yangfeng 1 년 전
부모
커밋
fa40ba2aaa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/reportData/pageWeek.vue

+ 1 - 1
src/views/reportData/pageWeek.vue

@@ -87,7 +87,7 @@
             </div>
             <!-- 重点关注企业/已监控企业本周项目动态(同一个东西,名字在p350改了,老报告展示老名字,新报告展示新名字) -->
             <div v-if="priority.follow_ent.length > 0" >
-              <ProjectTopTable class="follow-ent-module" v-if="useNewVersionReport" title="已监控企业本周项目动态" :data="priority.follow_ent" type="followEnt"></ProjectTopTable>
+              <ProjectTopTable class="follow-ent-module" v-if="useNewVersionReport" title="已监控企业本周项目动态" :isp="ISP" :data="priority.follow_ent" type="followEnt"></ProjectTopTable>
               <CompanyDetail v-else :linkable="useNewVersionReport" title="重点关注企业" :datas="priority" type="ent"></CompanyDetail>
             </div>
           </div>