Преглед изворни кода

个人画像-单个账号隐藏和显示

吴朋磊 пре 2 месеци
родитељ
комит
f4df41f4bc
1 измењених фајлова са 6 додато и 5 уклоњено
  1. 6 5
      src/views/analysisReport/studentPage/mainPage.vue

+ 6 - 5
src/views/analysisReport/studentPage/mainPage.vue

@@ -39,12 +39,13 @@
 
                                 <button v-if="isShowKnowledgeButtons" class="mm_btn mb_10"
                                     :class="{ active: activeBtn === pathTwo }" @click="toPage(pathTwo)">举一反三</button>
-                                <!-- <button v-if="!isTotalScore" class="mm_btn mb_10"
+                                <button v-if="!isTotalScore && schoolId == '612303421822734400'" class="mm_btn mb_10"
                                     :class="{ active: activeBtn === pathThree }"
-                                    @click="toPage(pathThree)">个人画像</button> -->
-                                <button class="mm_btn" v-if="showOneStudOneCase" :class="{ active: activeBtn === pathFourth }" @click="toPage(pathFourth)">一生一案</button>    
+                                    @click="toPage(pathThree)">个人画像</button>
+                                <button class="mm_btn"  v-if="showOneStudOneCase" :class="{ active: activeBtn === pathFourth }"
+                                 @click="toPage(pathFourth)">一生一案</button>    
                             </div>
-
+                            <!-- 520929546006958081 -->
                             <div class="right">
                                 <div class="page_filter" ref="filterContent" v-if="activeBtn != pathFourth">
                                     <FiltersItem :filtersData="filteredFilterData" @selectItem="ChangeFilters">
@@ -144,7 +145,7 @@ export default {
             pathFourth: '/studentAnalysisReport/reportDetails/studentCase',//一生一案
             isLianXiao: false,//是否联校
             stuPdfLoading: false,
-            isEditOneStudOneCase:false
+            schoolId: this.$store.state.user.userInfo.id,
         };
     },