From c03e85ff22e1fcadb280a3ac461f6b6588114650 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 22 Jul 2025 15:36:35 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=A4=8D=E6=A0=B8=E6=97=B6=E4=B9=9F?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=8C=87=E6=B4=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/qc-check/components/qualityAssurance.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index b37883c8..973620b3 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -824,8 +824,7 @@ {{ $t('trials:audit:button:reviewTask') }} - + {{ $t('trials:audit:button:assign') }} From bdfef06b5f52ebe54082419de9c924fc42646df7 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 22 Jul 2025 17:20:19 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=A4=8D=E6=A0=B8=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-panel/visit/qc-check/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue index 69866e32..7c1b8897 100644 --- a/src/views/trials/trials-panel/visit/qc-check/index.vue +++ b/src/views/trials/trials-panel/visit/qc-check/index.vue @@ -344,7 +344,7 @@ From 0c040719b0be5c34b25410d0b9fc234504e5d29f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 23 Jul 2025 13:48:45 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=A4=8D=E6=A0=B8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BD=AE=E7=81=B0=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-panel/visit/qc-check/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue index 7c1b8897..31b47e7c 100644 --- a/src/views/trials/trials-panel/visit/qc-check/index.vue +++ b/src/views/trials/trials-panel/visit/qc-check/index.vue @@ -345,7 +345,8 @@ + :disabled="(scope.row.PreliminaryAuditUserId && scope.row.PreliminaryAuditUserId !== userId) || scope.row.IsImageBackApplying" + @click="reviewTask(scope.row)" /> Date: Wed, 23 Jul 2025 17:41:18 +0800 Subject: [PATCH 4/4] 1 --- src/views/trials/trials-panel/visit/qc-check/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue index 31b47e7c..fc875b84 100644 --- a/src/views/trials/trials-panel/visit/qc-check/index.vue +++ b/src/views/trials/trials-panel/visit/qc-check/index.vue @@ -345,7 +345,7 @@