crc一致性核查逻辑变更
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
269f9f9477
commit
30f9e807b7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue