element-ui 表格 按后台排序

使用@sort-change监听排序变化,设置sortable='custom'


    

函数sortChange会接受一个对象,能获取 需要排序的lable,排序方式和具体内容

sortChange(column){
    console.log(column)
},

 

你可能感兴趣的:(vue)