Browse Source

企业基本信息:开业时间缺省值去除

Xiao_123 4 tháng trước cách đây
mục cha
commit
3037cecdc2

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

@@ -114,9 +114,10 @@ const formItems = ref({
       key: 'openTime',
       value: null,
       mode: 'month',
-      default: '2010-01',
-      defaultValue: new Date(2010, 1),
+      // default: '2010-01',
+      // defaultValue: new Date(2010, 1),
       format: 'YYYY-MM',
+      disabledDate: true,
       label: '开业时间',
       labelWidth: 120,
       col: 6,