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