浏览代码

企业-实习情况

Xiao_123 3 周之前
父节点
当前提交
9698e46071
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/recruit/enterprise/student/InternshipSituation/index.vue

+ 1 - 1
src/views/recruit/enterprise/student/InternshipSituation/index.vue

@@ -50,7 +50,7 @@
           </div>
         </template>
 				<template #status="{ item }">
-					{{ statistics.find(e => e.value === item?.studentProcessStatus.toString())?.label }}
+					{{ statistics.find(e => e.value === item?.studentProcessStatus?.toString())?.label }}
 				</template>
         <template #actions="{ item }">
           <v-btn v-if="!item?.recommendationLetter" color="primary" variant="text" @click="handleUploadLetter(item.id)">上传推荐信</v-btn>