浏览代码

暂时无字典

lifanagju_citu 1 年之前
父节点
当前提交
b7c3990527
共有 1 个文件被更改,包括 12 次插入2 次删除
  1. 12 2
      src/views/resume/components/basicInfo.vue

+ 12 - 2
src/views/resume/components/basicInfo.vue

@@ -239,7 +239,12 @@ const formItems = ref({
       itemText: 'label',
       itemValue: 'value',
       rules: [v => !!v || '请选择求职状态'],
-      items: [{ label: '离职-随时到岗 ', value: '0' }, { label: '在职-月内到岗', value: '1' }, { label: '在职-考虑机会', value: '2' }, { label: '在职-暂不考虑', value: '3' }]
+      items: [
+        { label: '离职-随时到岗 ', value: '0' },
+        { label: '在职-月内到岗', value: '1' },
+        { label: '在职-考虑机会', value: '2' },
+        { label: '在职-暂不考虑', value: '3' }
+      ]
     },
     {
       type: 'autocomplete',
@@ -252,7 +257,12 @@ const formItems = ref({
       itemText: 'label',
       itemValue: 'value',
       rules: [v => !!v || '请选择婚姻状况'],
-      items: [{ label: '未婚 ', value: '0' }, { label: '已婚', value: '1' }, { label: '离异', value: '2' }, { label: '保密', value: '3' }]
+      items: [
+        { label: '未婚 ', value: '0' },
+        { label: '已婚', value: '1' },
+        { label: '离异', value: '2' },
+        { label: '保密', value: '3' }
+      ]
     },
     {
       type: 'datePicker',