瀏覽代碼

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>