From b9163c18f19c8cf10d214d94d7a24c7ebf223af0 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 6 Jun 2024 11:04:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E9=98=85=E7=89=87?= =?UTF-8?q?=E9=A1=B5=E6=B7=BB=E5=8A=A0=E4=B8=8A=E4=BC=A0=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/trials/reading.js | 4 +- src/components/uploadImage/index.vue | 4 + src/main.js | 1 - .../dicoms/customize/CustomizeDicomViewer.vue | 2268 +++++++++++------ .../dicoms/customize/CustomizeReadPage.vue | 750 +++--- .../trials-panel/reading/dicoms/index.vue | 1 + .../reading/read-task-allocation/index.vue | 2 +- .../reading/reading-task/index.vue | 61 +- 8 files changed, 1951 insertions(+), 1140 deletions(-) diff --git a/src/api/trials/reading.js b/src/api/trials/reading.js index 1d99fb1d..cebb8312 100644 --- a/src/api/trials/reading.js +++ b/src/api/trials/reading.js @@ -436,9 +436,9 @@ export function addSubjectCancelDoctorNote(params) { }) } -export function getSubjectCancelDoctorHistoryList(SubjectId) { +export function getSubjectCancelDoctorHistoryList(SubjectId, TrialReadingCriterionId) { return request({ - url: `/TaskAllocationRule/getSubjectCancelDoctorHistoryList?SubjectId=${SubjectId}`, + url: `/TaskAllocationRule/getSubjectCancelDoctorHistoryList?SubjectId=${SubjectId}&&TrialReadingCriterionId=${TrialReadingCriterionId}`, method: 'get' }) } diff --git a/src/components/uploadImage/index.vue b/src/components/uploadImage/index.vue index c1901df3..05e1a81e 100644 --- a/src/components/uploadImage/index.vue +++ b/src/components/uploadImage/index.vue @@ -5,6 +5,7 @@ :close-on-click-modal="false" custom-class="upload-dialog" :before-close="beforeClose" + class="uploadImage" > {{ title }} {{ @@ -263,4 +264,7 @@ export default { padding-top: 15px; } } +.uploadImage { + background-color: #fff; +} \ No newline at end of file diff --git a/src/main.js b/src/main.js index b2eae15e..70230303 100644 --- a/src/main.js +++ b/src/main.js @@ -232,7 +232,6 @@ async function VueInit() { try { let data = arr || d; type = type || 'value'; - console.log(data,type,key,code) // code === 'YesOrNo' ? console.log(d) : '' return data[code].find(i => { return i[type] === v diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomViewer.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomViewer.vue index d17e693e..c891d2aa 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomViewer.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomViewer.vue @@ -2,56 +2,50 @@
- -
+ +