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') }}
@@ -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;
+ }
}
}
}