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