wupengfei
5 天以前 b5312ca8f8cea8218293053b1a0b5b232d321a0b
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) } },