소스 검색

操作记录

lifanagju_citu 11 달 전
부모
커밋
7c956303c6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/enterprise/talentPool/components/details.vue

+ 1 - 0
src/views/enterprise/talentPool/components/details.vue

@@ -79,6 +79,7 @@ const operateItems = [
   { text: '不合适', icon: 'mdi-close-circle-outline' },
   { text: '发起对话', icon: 'mdi-chat-processing-outline' },
   { text: '加入人才库', icon: 'mdi-tab-plus' },
+  { text: '操作记录', icon: 'mdi-clock-edit-outline' },
 ]
 </script>
 <style lang="scss" scoped>