From 6fa4a6349cc0853c228e7287025cf2b809c80ab3 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 15 Apr 2024 11:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E7=AA=97=E5=8F=A3=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/medical-feedback/components/ChatForm.vue | 8 +++++++- .../reading/mim-medical-audit/components/ChatForm.vue | 8 +++++++- .../trials-panel/visit/qc-check/components/chatForm.vue | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/reading/medical-feedback/components/ChatForm.vue b/src/views/trials/trials-panel/reading/medical-feedback/components/ChatForm.vue index a5634ecd..d1ae5fd7 100644 --- a/src/views/trials/trials-panel/reading/medical-feedback/components/ChatForm.vue +++ b/src/views/trials/trials-panel/reading/medical-feedback/components/ChatForm.vue @@ -41,7 +41,7 @@ {{ $t('trials:medicalFeedback:message:msg3') }}
    - {{ $fd('AuditAdvice', record.AuditAdviceEnum) }} + {{ $fd('AuditAdvice', record.AuditAdviceEnum) }}
@@ -259,6 +259,9 @@ export default { border-top: 8px solid transparent; border-bottom: 8px solid transparent; } + .word_highLight{ + color: red; + } } } .word-my{ @@ -305,6 +308,9 @@ export default { border-top: 8px solid transparent; border-bottom: 8px solid transparent; } + .word_highLight{ + color: yellow; + } } /deep/.el-button--text{ color: #d0d0d0; diff --git a/src/views/trials/trials-panel/reading/mim-medical-audit/components/ChatForm.vue b/src/views/trials/trials-panel/reading/mim-medical-audit/components/ChatForm.vue index 2c7c203a..4fd2d188 100644 --- a/src/views/trials/trials-panel/reading/mim-medical-audit/components/ChatForm.vue +++ b/src/views/trials/trials-panel/reading/mim-medical-audit/components/ChatForm.vue @@ -41,7 +41,7 @@ {{ $t('trials:medicalFeedback:message:msg3') }}
    - {{ $fd('AuditAdvice', record.AuditAdviceEnum) }} + {{ $fd('AuditAdvice', record.AuditAdviceEnum) }}
@@ -303,6 +303,9 @@ export default { border-top: 8px solid transparent; border-bottom: 8px solid transparent; } + .word_highLight{ + color: red; + } } } .word-my{ @@ -349,6 +352,9 @@ export default { border-top: 8px solid transparent; border-bottom: 8px solid transparent; } + .word_highLight{ + color: yellow; + } } /deep/.el-button--text{ color: #d0d0d0; diff --git a/src/views/trials/trials-panel/visit/qc-check/components/chatForm.vue b/src/views/trials/trials-panel/visit/qc-check/components/chatForm.vue index 37bca56a..5790901c 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/chatForm.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/chatForm.vue @@ -173,7 +173,7 @@ export default {

${this.$t('trials:qcQuality:dialogTips:tip')}

-

${this.$t('trials:qcQuality:dialog:deadline')}: ${this.data.DeadlineTime ? this.data.DeadlineTime : this.$t('trials:qcQuality:dialog:none')}

` +

${this.$t('trials:qcQuality:dialog:deadline')}: ${this.data.DeadlineTime ? this.data.DeadlineTime : this.$t('trials:qcQuality:dialog:none')}

` const userId = zzSessionStorage.getItem('userId') recordContent.push( { @@ -337,6 +337,9 @@ export default { border-top: 8px solid transparent; border-bottom: 8px solid transparent; } + .word_highLight{ + color: red; + } } } .word-my{ @@ -382,6 +385,9 @@ export default { border-top: 8px solid transparent; border-bottom: 8px solid transparent; } + .word_highLight{ + color: yellow; + } } } }