Pārlūkot izejas kodu

精英管理:隐藏邀请面试

lifanagju_citu 9 mēneši atpakaļ
vecāks
revīzija
fd08914d4b

+ 6 - 6
src/views/recruit/enterprise/elite/components/table.vue

@@ -28,7 +28,7 @@
       </template>
       <template v-slot:item.actions="{ item }">
         <v-btn v-if="tab === 0" color="primary" variant="text" @click="handlePreviewResume(item)">查看附件</v-btn>
-        <v-btn v-if="tab === 0" color="primary" variant="text" @click="handleInterviewInvite(item)">邀请面试</v-btn>
+        <!-- <v-btn v-if="tab === 0" color="primary" variant="text" @click="handleInterviewInvite(item)">邀请面试</v-btn> -->
         <v-btn v-if="tab === 0 || tab === 1" color="primary" variant="text" @click="handleEliminate(item)">不合适</v-btn>
         <v-btn v-if="tab === 1 && (item.status === '3' || item.status === '4')" color="primary" variant="text" @click="handleEnterByEnterprise(item)">入职</v-btn>
         <v-btn v-if="tab === 4" color="primary" variant="text" @click="handleCancelEliminate(item)">取消不合适</v-btn>
@@ -156,11 +156,11 @@ const handlePreviewResume = async ({ url, id }) => {
 // 邀请面试
 const itemData = ref({})
 // const inviteType = ref(false)
-const handleInterviewInvite = (item) => {
-  // if (item?.job?.hire) inviteType.value = true
-  itemData.value = item
-  showInvite.value = true
-}
+// const handleInterviewInvite = (item) => {
+//   // if (item?.job?.hire) inviteType.value = true
+//   itemData.value = item
+//   showInvite.value = true
+// }
 
 const handleEditClose = () => {
   showInvite.value = false