Browse Source

电话及生日可以修改

lifanagju_citu 1 year ago
parent
commit
1754f4b48d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/resume/components/basicInfo.vue

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

@@ -198,7 +198,7 @@ const formItems = ref({
         type: 'date',
         type: 'date',
         format: 'timestamp',
         format: 'timestamp',
         placeholder: '出生日期 *',
         placeholder: '出生日期 *',
-        disabled: true,
+        // disabled: true,
       },
       },
     },
     },
     {
     {
@@ -209,7 +209,7 @@ const formItems = ref({
       label: '电话号码',
       label: '电话号码',
       col: 6,
       col: 6,
       outlined: true,
       outlined: true,
-      disabled: true,
+      // disabled: true,
       slotName: 'phone',
       slotName: 'phone',
     },
     },
     {
     {