gaoluyang
8 天以前 fab6326bf9df3c6db59718bad8f42b0212c73a9e
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"
      }
    ]
  }