+6
-3
@@ -62,7 +62,7 @@
|
||||
<el-checkbox style="display: block" :label="$t('trials:consistencyCheck:title:message10')">
|
||||
{{ $t('trials:consistencyCheck:title:message10') }}
|
||||
</el-checkbox>
|
||||
<el-checkbox style="display: block" :label="$t('trials:consistencyCheck:title:message11')">
|
||||
<el-checkbox disabled style="display: block" :label="$t('trials:consistencyCheck:title:message11')">
|
||||
{{ $t('trials:consistencyCheck:title:message11') }}
|
||||
</el-checkbox>
|
||||
</el-checkbox-group>
|
||||
@@ -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 {
|
||||
// `<br>IRC与实际情况影像检查一致`
|
||||
TalkContent += `<br>${this.$t('trials:consistencyCheck:title:title11')}`
|
||||
TalkContent += `<br>${this.$t('trials:consistencyCheck:title:title11')}<br>`
|
||||
TalkContent += '<br>'
|
||||
TalkContent += `${this.$t('trials:consistencyCheck:title:title10')}<br>`
|
||||
TalkContent += `1.${this.$t('trials:consistencyCheck:title:message10')}<br>`
|
||||
}
|
||||
console.log(TalkContent)
|
||||
this.$emit('sendMessage', TalkContent, this.closeLoading)
|
||||
|
||||
Reference in New Issue
Block a user