From 51101748b8e41b0de4c4fd0931398e5db7676bf8 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 5 Dec 2024 17:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E8=B4=A8=E7=96=91=E4=B8=B4?= =?UTF-8?q?=E5=BA=8A=E6=95=B0=E6=8D=AE=E5=8F=96=E6=B6=88=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B1=8F=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clinicalDataQuestions/components/QuestionsForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/clinicalDataQuestions/components/QuestionsForm.vue b/src/components/clinicalDataQuestions/components/QuestionsForm.vue index 03c3b3cc..2a28ff24 100644 --- a/src/components/clinicalDataQuestions/components/QuestionsForm.vue +++ b/src/components/clinicalDataQuestions/components/QuestionsForm.vue @@ -27,7 +27,7 @@ size="small" type="primary" @click="close" - v-show="$route.path !== '/trials/trials-panel/visit/crc-upload'" + v-show="$route.path !== '/trials/trials-panel/visit/crc-upload'&&$route.path!=='/trials/trials-panel/visit/crc-question'" > {{ $t('common:button:cancel') }}