diff --git a/src/views/followupresearch/index.vue b/src/views/followupresearch/index.vue index 1e989049927461e90ddf45b93fc83636bd6c5e25..cfeb94f9041a86ef18b135513b0885734cbb522f 100644 --- a/src/views/followupresearch/index.vue +++ b/src/views/followupresearch/index.vue @@ -169,12 +169,12 @@ export default { type: "text", } }, - isHidden({ isContinueFollow, checkStatus, followBatch }) { - return ( - isContinueFollow !== 1 || - (followBatch > 0 && checkStatus !== 3) - ) - }, + // isHidden({ isContinueFollow, checkStatus, followBatch }) { + // return ( + // isContinueFollow !== 1 || + // (followBatch > 0 && checkStatus !== 3) + // ) + // }, }, ], },