From 58141aaca98f531480b87920eee1e305aeb5ea22 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 7 Jan 2025 15:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94=E5=B7=B2?= =?UTF-8?q?=E5=BA=9F=E9=99=A4=E7=A6=81=E7=94=A8=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/attachments/site-research/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/attachments/site-research/index.vue b/src/views/trials/trials-panel/attachments/site-research/index.vue index 277cb2b6..1b3cbb06 100644 --- a/src/views/trials/trials-panel/attachments/site-research/index.vue +++ b/src/views/trials/trials-panel/attachments/site-research/index.vue @@ -270,7 +270,7 @@ v-hasPermi="[ 'trials:trials-panel:attachments:site-research:auidt', ]" - :disabled="scope.row.State === 0 || scope.row.State === 3" + :disabled="scope.row.State === 0 || scope.row.State === 3 || scope.row.IsDeleted" circle :title="$t('trials:researchRecord:action:view')" icon="el-icon-s-check"