From 8ecaf99a9ad2ace1a05207ec7f737dacd5aa9962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czhuzihan=E2=80=9D=E2=80=83?= <“772644120@qq.com”> Date: Mon, 14 Jul 2025 16:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TalentDetail.vue | 2 +- src/components/TalentDrawerDetail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TalentDetail.vue b/src/components/TalentDetail.vue index f6badfc..3381b3c 100644 --- a/src/components/TalentDetail.vue +++ b/src/components/TalentDetail.vue @@ -86,7 +86,7 @@ {{ teacher.basicInformation.name2 }}{{ teacher.basicInformation.name3 ? ' / ' + teacher.basicInformation.name3 : '' }}
- 所属院校: + 所属学院: {{ teacher.basicInformation.name4 }}
diff --git a/src/components/TalentDrawerDetail.vue b/src/components/TalentDrawerDetail.vue index db59bf8..8d771f4 100644 --- a/src/components/TalentDrawerDetail.vue +++ b/src/components/TalentDrawerDetail.vue @@ -40,7 +40,7 @@ {{ teacherData.basicInformation.name3 }}
- 所属院校: + 所属学院: {{ teacherData.basicInformation.name4 }}