小小儁爺
2024-05-30 682a05db9dff8fc0ab615d3183953b24679c2166
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;
}