From 619a7b2ee3c9d1c5eef9debdf85794b093c01af1 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 29 Apr 2026 14:15:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=8E=A7=E9=80=9A=E8=BF=87=E5=90=8E?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/trials.js | 2 +- .../components/uploadPetClinicalData.vue | 60 +++++++++++++++---- .../qc-check/components/qualityAssurance.vue | 2 +- 3 files changed, 52 insertions(+), 12 deletions(-) diff --git a/src/api/trials.js b/src/api/trials.js index bd16e812..3c367114 100644 --- a/src/api/trials.js +++ b/src/api/trials.js @@ -4453,7 +4453,7 @@ export function editPatientInfo(data) { //修正患者基本信息 export function amendmentPatientInfo(data) { return request({ - url: `/Study/amendmentPatientInfo`, + url: `/Inspection/Study/amendmentPatientInfo`, method: 'post', data }) diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue index d6da6e43..d270ade5 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue @@ -358,6 +358,19 @@ + +
+ {{ + $t('common:dialogTitle:sign') + }} + {{ + `(${$t('common:label:sign')}${currentUser})` + }} +
+ +