consteditTableRef =ref();// 滚轮自动移动到表格底部方法constscrollToBottom= () => {nextTick(() =>{if(editTableRef.value) {// 跳到底部操作const$bodyWrapper = editTableRef.value.getTableRef() .$el.querySelector(".el-table__body");if($bodyWrapper) { editTableRef.value.getTableRef() ...