update DateTimePicker
update DateTimePicker
This commit is contained in:
parent
a8571a5fa1
commit
acde7262ef
4 changed files with 21 additions and 6 deletions
|
@ -49,13 +49,17 @@
|
|||
showDate: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
format: {
|
||||
type: String,
|
||||
default: 'HH:mm:ss'
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
prefixCls: prefixCls,
|
||||
timePrefixCls: timePrefixCls,
|
||||
format: 'HH:mm:ss',
|
||||
// format: 'HH:mm:ss',
|
||||
hours: '',
|
||||
minutes: '',
|
||||
seconds: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue