@@ -351,6 +350,9 @@ export default {
border-bottom: 8px solid transparent;
}
}
+ /deep/.el-button--text{
+ color: #d0d0d0;
+ }
}
}
.chat-message{
diff --git a/src/views/trials/trials-panel/reading/mim-medical-audit/components/MedicalAudit.vue b/src/views/trials/trials-panel/reading/mim-medical-audit/components/MedicalAudit.vue
index 87af097b..09909152 100644
--- a/src/views/trials/trials-panel/reading/mim-medical-audit/components/MedicalAudit.vue
+++ b/src/views/trials/trials-panel/reading/mim-medical-audit/components/MedicalAudit.vue
@@ -203,7 +203,7 @@ export default {
var auditIssuesValid = await this.$refs['auditIssues'].validForm()
var auditConclusionsValid = await this.$refs['auditConclusions'].validForm()
if (auditIssuesValid && auditConclusionsValid) {
- this.$confirm('当前审核结论为“有问题”,是否发起质询?', {
+ this.$confirm(this.$t('trials:medicalFeedback:message:launchqc'), {
type: 'warning',
distinguishCancelAndClose: true
})
diff --git a/src/views/trials/trials-panel/reading/mim-medical-audit/index.vue b/src/views/trials/trials-panel/reading/mim-medical-audit/index.vue
index c81714cc..a3c1fc10 100644
--- a/src/views/trials/trials-panel/reading/mim-medical-audit/index.vue
+++ b/src/views/trials/trials-panel/reading/mim-medical-audit/index.vue
@@ -697,9 +697,9 @@ export default {
this.currentRow = { ...row }
this.auditVisible = true
// 访视任务,打开阅片页面
- // if (row.ReadingCategory === 1) {
- // this.handleViewReadingPage(row)
- // }
+ if (row.ReadingCategory === 1) {
+ this.handleViewReadingPage(row)
+ }
} else {
// '请先确认医学审核问题模板配置!'
this.$alert(this.$t('trials:medicalFeedback:message:confirmTemplate'), {
From 1154c700c32508035e4794f566b9733436ecaf97 Mon Sep 17 00:00:00 2001
From: caiyiling <1321909229@qq.com>
Date: Wed, 6 Mar 2024 16:53:05 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E5=8C=BB=E5=AD=A6=E5=AE=A1=E6=A0=B8?=
=?UTF-8?q?=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reading/mim-medical-audit/components/MedicalAudit.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/trials/trials-panel/reading/mim-medical-audit/components/MedicalAudit.vue b/src/views/trials/trials-panel/reading/mim-medical-audit/components/MedicalAudit.vue
index 09909152..a02eecfc 100644
--- a/src/views/trials/trials-panel/reading/mim-medical-audit/components/MedicalAudit.vue
+++ b/src/views/trials/trials-panel/reading/mim-medical-audit/components/MedicalAudit.vue
@@ -11,7 +11,7 @@
:row-data="rowData"
/>
-
+
{{ $t('trials:medicalFeedback:title:auditQuestions') }}
-
+
{{ $t('trials:medicalFeedback:title:conclusions') }}
Date: Wed, 6 Mar 2024 17:12:15 +0800
Subject: [PATCH 4/5] =?UTF-8?q?=E8=9E=8D=E5=90=88=E7=95=8C=E9=9D=A2?=
=?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E5=8F=8A=E5=B8=83=E5=B1=80=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dicoms/components/Lugano/QuestionList.vue | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
index 800d8694..9903667a 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
@@ -66,7 +66,7 @@
-
+
@@ -163,20 +163,20 @@
v-loading="merge.loading"
:visible.sync="merge.visible"
:close-on-click-modal="false"
- title="靶病灶融合"
+ :title="$t('trials:reading:lugano:message:merge')"
width="500px"
>
-
+
{{ mergeInfo.lesionName }}
{{ mergeInfo.lesionPart }}
-
+
@@ -186,12 +186,12 @@
/>
@@ -1393,6 +1393,9 @@ export default {
color:#ddd;
font-size: 13px;
margin-bottom: 10px;
+ span{
+ font-size: 15px;
+ }
}
}
}
From 7308f43f8144cf264d033b8d1bc32f51a0128d96 Mon Sep 17 00:00:00 2001
From: caiyiling <1321909229@qq.com>
Date: Wed, 6 Mar 2024 17:16:13 +0800
Subject: [PATCH 5/5] =?UTF-8?q?=E8=9E=8D=E5=90=88=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reading/dicoms/components/Lugano/QuestionList.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
index 9903667a..98a0feb3 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
@@ -1363,10 +1363,10 @@ export default {
padding:0 10px;
/deep/.el-table{
background-color: #1e1e1e !important;
- color: #dfdfdf;
+ color: #383838;
}
/deep/.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
- border-bottom: 1px solid #dfdfdf;
+ border-bottom: 1px solid #383838;
}
.el-table--border::after, .el-table--group::after, .el-table::before{
background-color: #1e1e1e;
@@ -1375,6 +1375,7 @@ export default {
th{
background-color: #1e1e1e !important;
color: #dfdfdf;
+ border-bottom: 1px solid #383838;
}
}
/deep/.el-table__body-wrapper{