![](/assets/images/project_default_logo.png)
![](/assets/images/default-avatar-128.png)
240813 권민수 학생 정보 수정
@8521109a76f1599eaeb3e06c1bf6da8a58455714
--- client/views/layout/Side.vue
+++ client/views/layout/Side.vue
... | ... | @@ -9,9 +9,9 @@ |
9 | 9 |
<div class="ml25" > |
10 | 10 |
<p class="name mb10">{{ studentInfo.studentName }}</p> |
11 | 11 |
<p class="mb5">{{ studentInfo.institutionName }} {{ studentInfo.grade }}학년 {{ studentInfo.className }}</p> |
12 |
- <progress-bar :progress="progress"></progress-bar> |
|
13 |
- <span @click="increaseProgress">오늘의 공부</span> |
|
14 |
- <span class="brown ml10">{{ progress }}%</span> |
|
12 |
+ <!-- <progress-bar :progress="progress"></progress-bar> --> |
|
13 |
+ <span>지금까지 푼 총 문제 수:</span> |
|
14 |
+ <span class="brown ml10">{{ studentInfo.totalProblemsSolved}} 개</span> |
|
15 | 15 |
</div> |
16 | 16 |
</div> |
17 | 17 |
<hr> |
... | ... | @@ -97,12 +97,6 @@ |
97 | 97 |
goToPage(page) { |
98 | 98 |
this.$router.push({ name: page }); |
99 | 99 |
}, |
100 |
- |
|
101 |
- increaseProgress() { |
|
102 |
- if (this.progress < 100) { |
|
103 |
- this.progress += 10; |
|
104 |
- } |
|
105 |
- } |
|
106 | 100 |
|
107 | 101 |
}, |
108 | 102 |
watch: { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?