zhengyiming
2025-12-30 329df2aed8f35d6caa0dcdd6b9fd9496beebd90a
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) } },