Browse Source

实习情况

lifanagju_citu 2 months ago
parent
commit
585a564d58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/recruit/teacher/internshipSituation/index.vue

+ 1 - 1
src/views/recruit/teacher/internshipSituation/index.vue

@@ -70,7 +70,7 @@
 </template>
 
 <script setup>
-defineOptions({ name: 'enterpriseStudentInternshipSituation' })
+defineOptions({name: 'studentList-internship-situation'})
 import { ref, onMounted } from 'vue'
 import { getUserAvatar } from '@/utils/avatar'
 import DatePicker from '@/components/FormUI/datePicker'