Commit 25d25393 by Zheng Jie

日期控件优化

parent f678531c
......@@ -21,7 +21,7 @@ export default {
pickerOptions: {
type: DatePickerOptions,
default: _ => {
return { shortcuts: calendarShortcuts }
return { shortcuts: calendarShortcuts, firstDayOfWeek: 1 }
}
},
size: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment