lifanagju_citu 11 mesi fa
parent
commit
4d87983e2f
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      src/views/resume/components/vocationalSkills.vue

+ 17 - 0
src/views/resume/components/vocationalSkills.vue

@@ -48,10 +48,27 @@ const formPageRef = ref()
 const type = ref('')
 const editId = ref(null)
 const skills = [{ label: '英语四级', value: '0' }, { label: '英语六级', value: '1' }, { label: 'office办公软件', value: '2' }]
+
+// const skills = [
+//   { label: '英语四级', value: '0' },
+//   { label: '英语六级', value: '1',
+//     children: [
+//       { 
+//         label: '2220', value: '49864',
+//         children: [
+//           { label: '33333', value: '33333', }
+//         ]
+//       },
+//       { label: '2221', value: '498640' },
+//     ]
+//   },
+//   { label: 'office办公软件', value: '2' }
+// ]
 const formItems = ref({
   options: [
     {
       type: 'autocomplete',
+      // type: 'nestedListGroup',
       key: 'skillId',
       value: null,
       default: null,