src/views/workOrder/workOrderList.vue
@@ -2577,6 +2577,9 @@ } this.dialogVisible = true this.$nextTick(() => { this.setSort() }) }, // 工单关闭事件 orderClose() { @@ -3516,3 +3519,9 @@ background: #f8f8fa; } </style> <style> .sortable-ghost{ opacity: .8; color: #fff!important; background: #42b983!important; }