|
@@ -50,25 +50,25 @@ const editId = ref(null)
|
|
|
const skills = [{ label: '英语四级', value: '0' }, { label: '英语六级', value: '1' }, { label: 'office办公软件', value: '2' }]
|
|
|
|
|
|
// const skills = [
|
|
|
-// { label: '英语四级', value: '0' },
|
|
|
-// { label: '英语六级', value: '1',
|
|
|
+// { label: '一级-1', value: '0' },
|
|
|
+// { label: '财务-1', value: '1',
|
|
|
// children: [
|
|
|
// {
|
|
|
-// label: '2220', value: '49864',
|
|
|
+// label: '会计-2', value: '22222',
|
|
|
// children: [
|
|
|
-// { label: '33333', value: '33333', }
|
|
|
+// { label: '注册会计师一级-3', value: '33333', },
|
|
|
+// { label: '注册会计师二级-3', value: '33334', }
|
|
|
// ]
|
|
|
// },
|
|
|
-// { label: '2221', value: '498640' },
|
|
|
+// { label: '出纳-2', value: '498640' },
|
|
|
// ]
|
|
|
// },
|
|
|
-// { label: 'office办公软件', value: '2' }
|
|
|
+// { label: '其他一级-1', value: '2' }
|
|
|
// ]
|
|
|
const formItems = ref({
|
|
|
options: [
|
|
|
{
|
|
|
- type: 'autocomplete',
|
|
|
- // type: 'nestedListGroup',
|
|
|
+ type: 'nestedListGroup', // nestedListGroup autocomplete
|
|
|
key: 'skillId',
|
|
|
value: null,
|
|
|
default: null,
|