yaowanxin
6 天以前 fc4a3427aa022b33cb70defe4e50c4b34cb97a6c
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"
      }
    ]
  }