wupengfei
2025-11-28 e22c1e1191ef01c43932f26bbbccafca4505d39e
src/views/MaterialReview/MaterialReview.vue
@@ -119,7 +119,8 @@
    },
    extraProps: {
      hide: (row: API.GetParkBountyApplyListOutput) =>
        row.outCheckStatus !== BountyCheckStatusEnum.CheckPassed,
        row.outCheckStatus !== BountyCheckStatusEnum.CheckPassed ||
        row.dualReviewOfGovernmentAffairs,
    },
  },
  logBtn: { emits: { onClick: (role) => openLogDialog(role.id) } },