lifanagju_citu пре 9 месеци
родитељ
комит
9ebbbafd29
1 измењених фајлова са 7 додато и 7 уклоњено
  1. 7 7
      src/views/recruit/enterprise/talentPool/components/details.vue

+ 7 - 7
src/views/recruit/enterprise/talentPool/components/details.vue

@@ -77,13 +77,13 @@ import { useRouter, useRoute } from 'vue-router'
 
 const route = useRoute()
 const router = useRouter()
-const operateItems = [
-  { text: '邀请面试', icon: 'mdi-account-check' },
-  { text: '不合适', icon: 'mdi-close-circle-outline' },
-  { text: '发起对话', icon: 'mdi-chat-processing-outline' },
-  { text: '加入人才库', icon: 'mdi-tab-plus' },
-  { text: '操作记录', icon: 'mdi-clock-edit-outline' },
-]
+// const operateItems = [
+//   { text: '邀请面试', icon: 'mdi-account-check' },
+//   { text: '不合适', icon: 'mdi-close-circle-outline' },
+//   { text: '发起对话', icon: 'mdi-chat-processing-outline' },
+//   { text: '加入人才库', icon: 'mdi-tab-plus' },
+//   { text: '操作记录', icon: 'mdi-clock-edit-outline' },
+// ]
 
 // 获取人才详情
 const cvData = ref({})