el-table拖拽 sortablejs Sortable 排序
npm install sortablejs --save
2.在页面中引入:
import Sortable from ‘sortablejs’
https://www.cnblogs.com/lemoncool/p/11661084.html
如果拖拽无效果
el-table 加 row-key="stageId"
stageId 为 行属性唯一标识 id,XXX
npm install sortablejs --save
2.在页面中引入:
import Sortable from ‘sortablejs’
https://www.cnblogs.com/lemoncool/p/11661084.html
如果拖拽无效果