|
|
@@ -34,9 +34,10 @@
|
|
|
<button class="mm_btn mb_10" :class="{ active: activeBtn === pathOne }"
|
|
|
@click="toPage(pathOne)">成绩分析</button>
|
|
|
|
|
|
- <button class="mm_btn" :class="{ active: activeBtn === pathTwo }"
|
|
|
- @click="toPage(pathTwo)">个性化错题</button>
|
|
|
+ <!-- <button class="mm_btn" :class="{ active: activeBtn === pathTwo }"
|
|
|
+ @click="toPage(pathTwo)">个性化错题</button> -->
|
|
|
</div>
|
|
|
+
|
|
|
<div class="right">
|
|
|
<div class="page_filter" ref="filterContent">
|
|
|
<FiltersItem :filtersData="filterData" @selectItem="ChangeFilters"></FiltersItem>
|