mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
update time/date picker
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
if (target.tagName !== 'A') return;
|
||||
const column = target.parentNode.cellIndex;
|
||||
const row = target.parentNode.parentNode.rowIndex;
|
||||
const month = this.month = row * 4 + column;
|
||||
const month = row * 4 + column;
|
||||
|
||||
this.$emit('pick', month);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user