Skip to content

Commit

Permalink
contest problem을 해결했을 때 problem title 옆에 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pinecone28 authored and dotoleeoak committed Aug 12, 2021
1 parent 2a4b4a2 commit 8c8016f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/pages/oj/views/contest/ContestDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
head-variant="light"
@row-clicked="goContestProblem"
>
<template #cell(title)="data">
{{data.value}}
<b-icon
icon="check2-circle"
style="color: #8DC63F;"
font-scale="1.2"
v-if="data.item.my_status===0"></b-icon>
</template>
</b-table>
</div>
<div class="pagination">
Expand Down

0 comments on commit 8c8016f

Please sign in to comment.