gaoluyang
2025-12-09 214f889f6c5c8938250ea0b1dfe010ed160a8c0e
src/views/collaborativeApproval/notificationManagement/index.vue
@@ -549,7 +549,6 @@
        clickFun: (row) => {
          publishNotification(row);
        },
        // disabled: (row) => row.status === "published"
      },
      {
        name: "撤回",
@@ -557,7 +556,6 @@
        clickFun: (row) => {
          revokeNotification(row);
        },
        // disabled: (row) => row.status !== "published"
      }
    ]
  }