表格拖拽Elementui+sortablejs
import Sortable from 'sortablejs'; columnDrop() {
let _this = this
const wrapperTr = document.querySelector('.draggable .el-table__header-wrapper tr')
this.sortable = Sortable.create(wrapperTr, {
animation: 180,
delay: 0,
onEnd: (evt: any) ...