diff --git a/src/views/teacher/index.vue b/src/views/teacher/index.vue
index c3fcedc..839e487 100644
--- a/src/views/teacher/index.vue
+++ b/src/views/teacher/index.vue
@@ -166,21 +166,13 @@
:key="'Position' + index"
v-show="index < 3 || (index >= 3 && showAllPosition.includes(scope.row))"
>
-
- {{ position.schoolName || "-" }}
- {{
- position.graduationYear ? position.graduationYear + "届" : "-"
- }}
- {{ position.className || "-" }}
- {{ position.subjectName || "-" }}
- {{ position.name || "-" }}
-
-
+
{{ position.schoolName || "-" }}
{{
- position.graduationYear ? position.graduationYear + "届" : "-"
+ position.graduationYear
+ ? position.gradeLevel + position.graduationYear + "届"
+ : "-"
}}
- {{ position.grade || "-" }}
{{
position.className || "-"
}}