From 30f9e807b7bf954d623ba04e4fc4b15696591985 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 23 May 2025 11:07:17 +0800 Subject: [PATCH] =?UTF-8?q?crc=E4=B8=80=E8=87=B4=E6=80=A7=E6=A0=B8?= =?UTF-8?q?=E6=9F=A5=E9=80=BB=E8=BE=91=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../consistency-check/components/crcSendMessageNew.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/visit/consistency-check/components/crcSendMessageNew.vue b/src/views/trials/trials-panel/visit/consistency-check/components/crcSendMessageNew.vue index 8ec5ceb9..8330834e 100644 --- a/src/views/trials/trials-panel/visit/consistency-check/components/crcSendMessageNew.vue +++ b/src/views/trials/trials-panel/visit/consistency-check/components/crcSendMessageNew.vue @@ -62,7 +62,7 @@ {{ $t('trials:consistencyCheck:title:message10') }} - + {{ $t('trials:consistencyCheck:title:message11') }} @@ -135,7 +135,7 @@ export default { EDCList: [], IRCList: [], form: { - reason: [] + reason: [this.$t('trials:consistencyCheck:title:message11')] }, rules: { reason: [{ required: true, message: this.$t('common:ruleMessage:select'), trigger: ['blur', 'change'] }] @@ -250,7 +250,10 @@ export default { } } else { // `
IRC与实际情况影像检查一致` - TalkContent += `
${this.$t('trials:consistencyCheck:title:title11')}` + TalkContent += `
${this.$t('trials:consistencyCheck:title:title11')}
` + TalkContent += '
' + TalkContent += `${this.$t('trials:consistencyCheck:title:title10')}
` + TalkContent += `1.${this.$t('trials:consistencyCheck:title:message10')}
` } console.log(TalkContent) this.$emit('sendMessage', TalkContent, this.closeLoading)