|
@@ -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,
|