mirror of https://github.com/ElemeFE/element
Docs: (datetime-picker): fix format doc error (#14290)
* docs(datetime-picker): fix zh-CN format * docs(datetime-picker): update es doc errorpull/14297/head
parent
d36b7a2b02
commit
b350749d42
|
@ -291,7 +291,7 @@ DateTimePicker se deriva de DatePicker y TimePicker. Por una explicación más d
|
|||
| end-placeholder | placeholder para el fin de fecha en el modo Range | string | — | — |
|
||||
| time-arrow-control | si se puede modificar el `time` utilizando botones con flechas | boolean | — | false |
|
||||
| type | tipo del picker | string | year/month/date/datetime/ week/datetimerange/daterange | date |
|
||||
| format | formato de valor mostrado en el input | string | ver [date formats](#/es/component/date-picker#date-formats) | yyyy-MM-dd |
|
||||
| format | formato de valor mostrado en el input | string | ver [date formats](#/es/component/date-picker#date-formats) | yyyy-MM-dd HH:mm:ss |
|
||||
| align | alineación | left/center/right | left | |
|
||||
| popper-class | nombre de clase personalizado para el Dropdown de DatePicker | string | — | — |
|
||||
| picker-options | opciones adicionales, Comprueba la tabla de mas abajo | object | — | {} |
|
||||
|
|
|
@ -289,7 +289,7 @@ DateTimePicker 由 DatePicker 和 TimePicker 派生,`Picker Options` 或者其
|
|||
| end-placeholder | 范围选择时结束日期的占位内容 | string | — | — |
|
||||
| time-arrow-control | 是否使用箭头进行时间选择 | boolean | — | false |
|
||||
| type | 显示类型 | string | year/month/date/week/ datetime/datetimerange/daterange | date |
|
||||
| format | 显示在输入框中的格式 | string | 见[日期格式](#/zh-CN/component/date-picker#ri-qi-ge-shi) | yyyy-MM-dd |
|
||||
| format | 显示在输入框中的格式 | string | 见[日期格式](#/zh-CN/component/date-picker#ri-qi-ge-shi) | yyyy-MM-dd HH:mm:ss |
|
||||
| align | 对齐方式 | string | left, center, right | left |
|
||||
| popper-class | DateTimePicker 下拉框的类名 | string | — | — |
|
||||
| picker-options | 当前时间日期选择器特有的选项参考下表 | object | — | {} |
|
||||
|
|
Loading…
Reference in New Issue