Forráskód Böngészése

默认显示时间2000-01

lifanagju_citu 7 hónapja
szülő
commit
8636be2d5c

+ 2 - 1
src/views/recruit/enterprise/entInfoSetting/informationSettingsComponents/basicInfo.vue

@@ -143,7 +143,8 @@ const formItems = ref({
       type: 'datePicker',
       key: 'openTime',
       dateType: 'date', // 时间类型 year month date time
-      value: null,
+      // value: null,
+      value: '2000-01',
       label: '开业时间',
       col: 6,
       flexStyle: 'mr-3',

+ 2 - 2
src/views/recruit/personal/PersonalCenter/resume/online/components/basicInfo.vue

@@ -230,7 +230,7 @@ const items = ref({
     {
       type: 'datePicker',
       key: 'birthday',
-      value: null,
+      value: '2000-01-01',
       label: '出生日期 *',
       col: 6,
       outlined: true,
@@ -389,7 +389,7 @@ const items = ref({
       type: 'datePicker',
       dateType: 'month',
       key: 'firstWorkTime',
-      value: null,
+      value: '2000-01',
       label: '首次工作时间',
       col: 6,
       outlined: true