loulijun2021
2022-11-29 1d61ba76588d83ae43edc22c16c96fc25b4684be
src/views/scgl/gd.vue
@@ -2052,7 +2052,7 @@
    },
    // 删除按钮
    async del(row) {
      if (row.status === 'START' || row.status === 'CLOSED') {
      if (row.status === 'START' || row.status === 'CLOSED' || row.status === 'SCHED') {
        return this.$message.info('此工单不可删除!')
      }
      this.$confirm('是否确认删除?', '提示', {