Skip to content

Commit b547e14

Browse files
committed
Append class id next to name of class in list of classes
1 parent 5b45bd3 commit b547e14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/user/classlist.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
<v-radio :value="item.classId">
2121
<template v-slot:label>
2222
<span class="ClassList-Label">
23-
{{ item.schoolName }} {{ item.className }}
23+
{{ item.schoolName }} {{ item.className }} ({{
24+
item.classId
25+
}})
2426
</span>
2527
</template>
2628
</v-radio>

0 commit comments

Comments
 (0)