month 优化 (#1207)

This commit is contained in:
liaoxuezhi 2020-12-18 16:49:24 +08:00 committed by GitHub
parent bc7714da6e
commit b8baeec2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,8 +338,8 @@ export class MonthControlRenderer extends DateControl {
placeholder: '请选择月份',
inputFormat: 'YYYY-MM',
dateFormat: 'MM',
timeFormat: 'MM',
timeFormat: '',
viewMode: 'months',
closeOnSelect: false
closeOnSelect: true
};
}