Loading

摘要: 报表中按下上下左右按键input会像excel一样跳转聚焦 上下左右按键input聚焦 ### html 使用 在需要聚焦的input后加下面内容 @keydown.native="handleKeyDown($event, 0, 0)" :ref="'0_0'" 或者 @keydown.native="handleKeyDown($event, index 阅读全文
posted @ 2024-09-24 09:37 请叫我王小胖 阅读(50) 评论(0) 推荐(0)