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 }}