@@ -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',
@@ -230,7 +230,7 @@ const items = ref({
{
key: 'birthday',
+ value: '2000-01-01',
label: '出生日期 *',
outlined: true,
@@ -389,7 +389,7 @@ const items = ref({
dateType: 'month',
key: 'firstWorkTime',
label: '首次工作时间',
outlined: true