日期控件优化

This commit is contained in:
Zheng Jie
2022-05-18 13:56:10 +08:00
parent f678531c25
commit 25d25393d1

View File

@@ -21,7 +21,7 @@ export default {
pickerOptions: { pickerOptions: {
type: DatePickerOptions, type: DatePickerOptions,
default: _ => { default: _ => {
return { shortcuts: calendarShortcuts } return { shortcuts: calendarShortcuts, firstDayOfWeek: 1 }
} }
}, },
size: { size: {