From 2663daeeebad278be0695d5108ce15414e573069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Thu, 25 Sep 2025 17:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E8=80=81=E5=B8=88?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=B9=B4=E7=BA=A7=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/teacher/index.vue | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) 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 || "-" }}