diff --git a/components/date-picker/index.en-US.md b/components/date-picker/index.en-US.md index 093879d03..03c19035a 100644 --- a/components/date-picker/index.en-US.md +++ b/components/date-picker/index.en-US.md @@ -108,8 +108,8 @@ The following APIs are shared by DatePicker, MonthPicker, RangePicker, WeekPicke | Property | Description | Type | Default | | -------- | ----------- | ---- | ------- | -| defaultValue | to set default date | \[[moment](http://momentjs.com/), [moment](http://momentjs.com/)] | - | -| defaultPickerValue | to set default picker date | [moment](http://momentjs.com/) | - | +| defaultValue | to set default date | [moment](http://momentjs.com/)\[] | - | +| defaultPickerValue | to set default picker date | [moment](http://momentjs.com/)\[] | - | | disabledTime | to specify the time that cannot be selected | function(dates: [moment, moment], partial: `'start'|'end'`) | - | | format | to set the date format | string | "YYYY-MM-DD HH:mm:ss" | | ranges | preseted ranges for quick selection | { \[range: string]: [moment](http://momentjs.com/)\[] } \| { \[range: string]: () => [moment](http://momentjs.com/)\[] } | - | diff --git a/components/date-picker/index.zh-CN.md b/components/date-picker/index.zh-CN.md index b5d9269de..0df00d03c 100644 --- a/components/date-picker/index.zh-CN.md +++ b/components/date-picker/index.zh-CN.md @@ -111,7 +111,7 @@ moment.locale('zh-cn'); | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | | defaultValue | 默认日期 | [moment](http://momentjs.com/)\[] | 无 | -| defaultPickerValue | 默认面板日期 | [moment](http://momentjs.com/) | 无 | +| defaultPickerValue | 默认面板日期 | [moment](http://momentjs.com/)\[] | 无 | | disabledTime | 不可选择的时间 | function(dates: [moment, moment], partial: `'start'|'end'`) | 无 | | format | 展示的日期格式 | string | "YYYY-MM-DD HH:mm:ss" | | ranges       | 预设时间范围快捷选择 | { \[range: string]: [moment](http://momentjs.com/)\[] } \| { \[range: string]: () => [moment](http://momentjs.com/)\[] } | 无 | diff --git a/components/drawer/index.en-US.md b/components/drawer/index.en-US.md index 3cc960dda..dfb85c722 100644 --- a/components/drawer/index.en-US.md +++ b/components/drawer/index.en-US.md @@ -2,7 +2,6 @@ | Property | Description | Type | Default | | -------- | ----------- | ---- | ------- | -| Props | Description | Type | Default | | --- | --- | --- | --- | | closable | Whether a close (x) button is visible on top right of the Drawer dialog or not. | boolean | true | | destroyOnClose | Whether to unmount child components on closing drawer or not. | boolean | false |