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