update DatePicker

update DatePicker
This commit is contained in:
梁灏 2016-12-20 09:29:48 +08:00
parent 7c5ccdab4d
commit 3602b78df8
4 changed files with 14 additions and 9 deletions

View file

@ -23,6 +23,7 @@
align="right"
:editable="true"
:format="format"
@on-change="change"
:options="options2"></date-picker>
</i-col>
</row>
@ -134,7 +135,7 @@
computed: {},
methods: {
change (date) {
console.log(date)
// console.log(date)
},
change2 (s) {
// console.log(s)