zhangwencui
7 天以前 a54ac80a89efee9823a9f4b9e1f66bec1a0d3eac
src/views/collaborativeApproval/notificationManagement/index.vue
@@ -549,6 +549,7 @@
        clickFun: (row) => {
          publishNotification(row);
        },
        // disabled: (row) => row.status === "published"
      },
      {
        name: "撤回",
@@ -556,6 +557,7 @@
        clickFun: (row) => {
          revokeNotification(row);
        },
        // disabled: (row) => row.status !== "published"
      }
    ]
  }