From d9e70ebc39170e32f873544b917bb6a1b5e79940 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Thu, 6 Jul 2023 10:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E8=B0=83=E6=9F=A5=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=BD=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/followupresearch/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/followupresearch/index.vue b/src/views/followupresearch/index.vue index 1e98904..cfeb94f 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) + // ) + // }, }, ], }, -- 2.22.0