qc质控文本格式更改
parent
9402501c0b
commit
8abcfcbe1a
|
@ -1643,16 +1643,12 @@ export default {
|
|||
var str = `${item.keyName}<br>`
|
||||
if (item.keyValue) {
|
||||
// 问题总结
|
||||
str = `${str}${this.$t('trials:audit:form:questionSummary')}:<br>${
|
||||
item.keyValue
|
||||
}<br>`
|
||||
str = `${str}${this.$t('trials:audit:form:questionSummary')}:<br><div style='margin-left:20px'>${item.keyValue}</div>`
|
||||
}
|
||||
if (item.actionContent) {
|
||||
// 行动事项
|
||||
actions.push(`${item.actionContent}`)
|
||||
str = `${str}${this.$t('trials:audit:form:actionMatters')}:<br>${
|
||||
item.actionContent
|
||||
}<br>`
|
||||
str = `${str}${this.$t('trials:audit:form:actionMatters')}:<br><div style='margin-left:20px'>${item.actionContent}</div>`
|
||||
}
|
||||
contents.push(str)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue