浏览代码

注释代码

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({})