From d57c080916ff8282691cb7d973bccdff007f5178 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 2 Dec 2025 17:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/research.js | 7 +- .../research/components/ResearchForm.vue | 73 +++++++++---------- src/views/research/form.vue | 3 +- .../site-research/components/ImageManual.vue | 18 ++++- .../attachments/site-research/index.vue | 4 +- .../dicoms/components/PCWG/QuestionList.vue | 2 +- .../reading/dicoms/components/ReportPage.vue | 5 +- src/views/trials/trials-workbench/index.vue | 6 +- 8 files changed, 66 insertions(+), 52 deletions(-) diff --git a/src/api/research.js b/src/api/research.js index 086c0294..66f1b54c 100644 --- a/src/api/research.js +++ b/src/api/research.js @@ -26,8 +26,11 @@ export function getTrialSurveyInitInfo(trialId) { export function getSiteSurveyInfo(trialId, id) { return request({ - url: `/TrialSiteSurvey/getSiteSurveyInfo/${trialId}/${id}`, - method: 'get' + url: `/TrialSiteSurvey/getSiteSurveyInfo/${trialId}`, + method: 'get', + params: { + TrialsiteSurveyId: id + } }) } diff --git a/src/views/research/components/ResearchForm.vue b/src/views/research/components/ResearchForm.vue index 1c8b0922..0c27b87d 100644 --- a/src/views/research/components/ResearchForm.vue +++ b/src/views/research/components/ResearchForm.vue @@ -21,14 +21,15 @@

{{ $t('trials:staffResearch:title:historicalStaff') }}

- +

{{ $t('trials:staffResearch:title:newStaff') }}

- + - +

{{ $t('trials:equiptResearch:title:equiptResearch') }}

@@ -53,31 +54,17 @@
- +
- - + +
- -
{{ moment().format('DDMMMYYYY') }},{{ +
+
{{ moment().format('DDMMMYYYY') }},{{ dayOfWeek }}