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 @@
-
+
-
+
-
+
-
+
-
+
- {{ scope.row.FirstGiveMedicineTime?moment(scope.row.FirstGiveMedicineTime).format('YYYY-MM-DD'):'' }}
+ {{ scope.row.FirstGiveMedicineTime ? moment(scope.row.FirstGiveMedicineTime).format('YYYY-MM-DD') : '' }}
-
+
- {{ $fd('Subject_Visit_Status', scope.row.Status) }}
- {{ $fd('Subject_Visit_Status', scope.row.Status) }}
- {{ $fd('Subject_Visit_Status', scope.row.Status) }}
+ {{ $fd('Subject_Visit_Status', scope.row.Status)
+ }}
+ {{ $fd('Subject_Visit_Status', scope.row.Status)
+ }}
+ {{ $fd('Subject_Visit_Status', scope.row.Status)
+ }}
-
+
-
+
{{ scope.row.TotalVisitCount }}
{{ scope.row.TotalVisitCount }}
-
+
-
+
-
+
-
+
- {{ $fd('YesOrNo', scope.row.IsMissingImages) }}
+ {{ $fd('YesOrNo', scope.row.IsMissingImages)
+ }}
{{ $fd('YesOrNo', scope.row.IsMissingImages) }}
-
+
-
+
-
+
+ v-if="hasPermi(['trials:trials-panel:subject:edit', 'trials:trials-panel:subject:status', 'trials:trials-panel:subject:delete', 'trials:trials-panel:subject:chart', 'trials:trials-panel:subject:report'])"
+ :label="$t('common:action:action')" width="240" fixed="right">
-
+
-
+
-
+
-
+
+
+
-
+
-
+
-
+
-
+
+
+
+
+