update DatePicker

update DatePicker
This commit is contained in:
梁灏 2016-12-15 23:41:06 +08:00
parent e1874103ad
commit 344131a7af
4 changed files with 10 additions and 4 deletions

View file

@ -67,6 +67,7 @@
if (target.tagName === 'EM') {
const cell = this.cells[parseInt(event.target.getAttribute('index'))];
if (cell.disabled) return;
this.$emit('on-pick', cell.text);
}
}