Browse Source

去掉disabled

lifanagju_citu 1 year ago
parent
commit
9f31237a50

+ 0 - 2
src/views/resume/components/educationExp.vue

@@ -162,7 +162,6 @@ const formItems = ref({
         type: 'month',
         format: 'timestamp',
         placeholder: '起始时间 *',
-        disabled: true,
       },
       rules: [v => !!v || '请选择起始时间']
     },
@@ -177,7 +176,6 @@ const formItems = ref({
         type: 'month',
         format: 'timestamp',
         placeholder: '结束时间 *',
-        disabled: true,
       },
       rules: [v => !!v || '请选择结束时间']
     },

+ 0 - 2
src/views/resume/components/workExperience.vue

@@ -128,7 +128,6 @@ const formItems = ref({
         type: 'month',
         format: 'timestamp',
         placeholder: '起始时间 *',
-        disabled: true,
       },
       rules: [v => !!v || '请选择起始时间']
     },
@@ -143,7 +142,6 @@ const formItems = ref({
         type: 'month',
         format: 'timestamp',
         placeholder: '结束时间 *',
-        disabled: true,
       },
       rules: [v => !!v || '请选择结束时间']
     },