diff --git a/src/api/trials.js b/src/api/trials.js index 3227472a..764286a0 100644 --- a/src/api/trials.js +++ b/src/api/trials.js @@ -4407,6 +4407,14 @@ export function getTrialEfficacyEvaluationStatList(data) { data }) } +// 受试者图表 +export function getReportsChartSummary(data) { + return request({ + url: `/ReadingImageTask/getReportsChartSummary`, + method: 'post', + data + }) +} // 靶段标注列表 export function getTrialSubjectVisitMarkList(data) { return request({ diff --git a/src/components/readingChart/index.vue b/src/components/readingChart/index.vue index 4d51866d..1c4ae9a8 100644 --- a/src/components/readingChart/index.vue +++ b/src/components/readingChart/index.vue @@ -8,7 +8,6 @@ + \ No newline at end of file diff --git a/src/views/trials/trials-panel/subject/subject-list/index.vue b/src/views/trials/trials-panel/subject/subject-list/index.vue index e0ab3a4c..b963d297 100644 --- a/src/views/trials/trials-panel/subject/subject-list/index.vue +++ b/src/views/trials/trials-panel/subject/subject-list/index.vue @@ -6,12 +6,8 @@ - + @@ -21,7 +17,8 @@ - + @@ -45,14 +42,8 @@ - + {{ $t('common:button:new') }} @@ -61,226 +52,127 @@ - + - + - + + + + +