-
+
-
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
+
{{ $t('common:button:search') }}
-
+
{{ $t('common:button:reset') }}
@@ -51,7 +103,7 @@
-
+
- {{ $fd('Subject_Visit_Status', scope.row.SubjectStatus) }}
- {{ $fd('Subject_Visit_Status', scope.row.SubjectStatus) }}
+ {{
+ $fd('Subject_Visit_Status', scope.row.SubjectStatus)
+ }}
+ {{
+ $fd('Subject_Visit_Status', scope.row.SubjectStatus)
+ }}
-
- {{$fd(scope.row.FinalEvaluationList[index].FinalTranslateDictionaryCode, parseInt(scope.row.FinalEvaluationList[index].Answer))}}
+
+ {{
+ $fd(
+ scope.row.FinalEvaluationList[index]
+ .FinalTranslateDictionaryCode,
+ parseInt(scope.row.FinalEvaluationList[index].Answer)
+ )
+ }}
@@ -110,8 +190,14 @@
show-overflow-tooltip
>
- {{ $fd('YesOrNo', scope.row.IsJoinEvaluation) }}
- {{ $fd('YesOrNo', scope.row.IsJoinEvaluation) }}
+ {{
+ $fd('YesOrNo', scope.row.IsJoinEvaluation)
+ }}
+ {{ $fd('YesOrNo', scope.row.IsJoinEvaluation) }}
- {{ $fd('YesOrNo', scope.row.IsImageFiltering) }}
- {{ $fd('YesOrNo', scope.row.IsImageFiltering) }}
+ {{
+ $fd('YesOrNo', scope.row.IsImageFiltering)
+ }}
+ {{ $fd('YesOrNo', scope.row.IsImageFiltering) }}
@@ -152,7 +246,13 @@
-
+
-
-
+
+
-
+
@@ -183,7 +297,15 @@
From e83ac6714d8ad3e03a0cd7cd410cec2c10426d3b Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 7 Mar 2025 13:37:22 +0800
Subject: [PATCH 5/7] =?UTF-8?q?=E9=9D=9Edicom=E5=88=97=E8=A1=A8=E8=8E=B7?=
=?UTF-8?q?=E5=8F=96=E5=8F=82=E6=95=B0iReading=E9=BB=98=E8=AE=A4=E4=B8=BAf?=
=?UTF-8?q?alse?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/trials.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/trials.js b/src/api/trials.js
index f5b2cb21..2ebd6066 100644
--- a/src/api/trials.js
+++ b/src/api/trials.js
@@ -1378,7 +1378,7 @@ export function getForwardList(param) {
})
}
-export function getNoneDicomStudyList(subjectVisitId, sudyId = '', isFilterZip = false, visitTaskId = '', IsReading) {
+export function getNoneDicomStudyList(subjectVisitId, sudyId = '', isFilterZip = false, visitTaskId = '', IsReading = false) {
return request({
url: `/NoneDicomStudy/getNoneDicomStudyList?subjectVisitId=${subjectVisitId}&nonedicomStudyId=${sudyId}&isFilterZip=${isFilterZip}&visitTaskId=${visitTaskId}&IsReading=${IsReading}`,
method: 'get'
From 1af302961bc9d46bc3c2445876461f8068ed9fd8 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 7 Mar 2025 14:11:53 +0800
Subject: [PATCH 6/7] =?UTF-8?q?=E9=9D=9Edicom=E9=A2=84=E8=A7=88=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/none-dicom-show/index.vue | 166 +++++++++++++++++-----------
1 file changed, 104 insertions(+), 62 deletions(-)
diff --git a/src/views/none-dicom-show/index.vue b/src/views/none-dicom-show/index.vue
index 00c8092e..9440a1cd 100644
--- a/src/views/none-dicom-show/index.vue
+++ b/src/views/none-dicom-show/index.vue
@@ -6,67 +6,86 @@
-
-
- {{ study.CodeView }}
-
- {{ study.StudyName }}
-
- {{ study.Modality }}
- {{ getBodyPart(study.BodyPart) }}
-
-
-
- {{ $t('trials:audit:message:noData') }}
-
-
-
-
-
- {{ `${j + 1}. ${item.FileName}` }}
-
-
-
- {{ `${j + 1}. ${item.FileName}` }}
-
-
-
-
- {{ $t('trials:audit:table:isReading') }}
-
-
-
- {{ $t('trials:audit:table:isDelete') }}
-
-
-
+
+
+
+ {{ study.CodeView }}
+
+ {{ study.StudyName }}
+
+ {{ study.Modality }}
+ {{ getBodyPart(study.BodyPart) }}
-
-
+
+
+ {{ $t('trials:audit:message:noData') }}
+
+
+
+
+
+
+
+
+ {{ `${j + 1}. ${item.FileName}` }}
+
+
+
+ {{ `${j + 1}. ${item.FileName}` }}
+
+
+
+
+ {{ $t('trials:audit:table:isReading') }}
+
+
+
+ {{ $t('trials:audit:table:isDelete') }}
+
+
+
+
+
+
+
+
@@ -136,6 +155,8 @@ export default {
},
isQcCheck: false,
isAudit: false,
+
+ activeNames: [],
}
},
async created() {
@@ -153,6 +174,7 @@ export default {
// 默认选择第一个文件
},
methods: {
+ handleChange() {},
changeReadingStatus(callback, row, file) {
let statusStr = ''
if (callback) {
@@ -282,6 +304,8 @@ export default {
const studyIndex = this.studyList.findIndex((item) => {
return item.NoneDicomStudyFileList.length > 0
})
+ this.activeNames = this.studyList.map((item) => item.CodeView)
+ console.log(this.activeNames)
if (studyIndex > -1) {
var fileObj = this.studyList[studyIndex]['NoneDicomStudyFileList']
this.selected(fileObj[0], studyIndex, 0, true)
@@ -364,7 +388,7 @@ export default {
}
}
.study-desc {
- padding: 15px 5px;
+ padding: 10px 5px;
line-height: 20px;
background-color: #d5d5d5;
font-weight: 500;
@@ -409,6 +433,11 @@ export default {
display: inline-block;
box-sizing: border-box;
border-bottom: 2px solid #f3f3f3;
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+ padding: 5px 10px;
cursor: pointer;
// margin-bottom: 5px;
@@ -416,7 +445,8 @@ export default {
}
.img-text {
display: inline-block;
- width: 200px;
+ width: calc(100% - 60px);
+ margin-left: 5px;
height: 50px;
line-height: 50px;
overflow: hidden;
@@ -444,7 +474,8 @@ export default {
}
}
.switchBox {
- margin-bottom: 5px;
+ width: 100%;
+ margin: 5px 0;
color: #4e4e4e;
.item {
display: flex;
@@ -453,4 +484,15 @@ export default {
margin-bottom: 5px;
}
}
+.file-image {
+ width: 50px;
+ height: 50px;
+}
+::v-deep .el-collapse-item__header {
+ background-color: #d5d5d5;
+}
+::v-deep .el-collapse-item__header {
+ min-height: 48px;
+ height: auto;
+}
From c74b482f0d78b43b4d7c43003f8e857e3998a446 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 7 Mar 2025 14:13:57 +0800
Subject: [PATCH 7/7] =?UTF-8?q?=E9=9D=9Edicom=E9=A2=84=E8=A7=88=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/none-dicom-show/index.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/views/none-dicom-show/index.vue b/src/views/none-dicom-show/index.vue
index 9440a1cd..370c7bfe 100644
--- a/src/views/none-dicom-show/index.vue
+++ b/src/views/none-dicom-show/index.vue
@@ -495,4 +495,7 @@ export default {
min-height: 48px;
height: auto;
}
+::v-deep .el-collapse-item__content{
+ padding-bottom: 0;
+}