|
|
@@ -8,11 +8,11 @@
|
|
|
<c-button :left="8" icon="assignment" :theme="getListFunction === getCompletedQuestions ? 'green' : 'normal'"
|
|
|
@click="getListFunction = getCompletedQuestions">已完成
|
|
|
</c-button>
|
|
|
- <c-button :left="8" icon="bookmarks" :theme="getListFunction === getRatedQuestions ? 'green' : 'normal'"
|
|
|
- @click="getListFunction = getRatedQuestions">已收藏
|
|
|
+ <c-button :left="8" icon="bookmarks" :theme="getListFunction === getCollectedQuestions ? 'green' : 'normal'"
|
|
|
+ @click="getListFunction = getCollectedQuestions">已收藏
|
|
|
</c-button>
|
|
|
- <c-button :left="8" icon="stars" :theme="getListFunction === getCollectedQuestions ? 'green' : 'normal'"
|
|
|
- @click="getListFunction = getCollectedQuestions">已评价
|
|
|
+ <c-button :left="8" icon="stars" :theme="getListFunction === getRatedQuestions ? 'green' : 'normal'"
|
|
|
+ @click="getListFunction = getRatedQuestions">已评价
|
|
|
</c-button>
|
|
|
</div>
|
|
|
</back-title>
|