el-table原生没有拖拽功能需要使用第三方插件npm install sortablejs --save然后在需要使用的地方引入注意:在el-table中使用还需要声明 row-key="id"(数据唯一标识)