Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
commit
e9a4509ced
|
@ -528,8 +528,8 @@ export default {
|
||||||
}
|
}
|
||||||
if (this.answers.SplitOrMergeLesionName && parseInt(this.answers.SplitOrMergeType) === 0) {
|
if (this.answers.SplitOrMergeLesionName && parseInt(this.answers.SplitOrMergeType) === 0) {
|
||||||
arr.push(`(Split from ${this.answers.SplitOrMergeLesionName})`)
|
arr.push(`(Split from ${this.answers.SplitOrMergeLesionName})`)
|
||||||
} else if (this.answers.MeltingInToLesionMarks && parseInt(this.answers.SplitOrMergeType) === 1) {
|
} else if (this.answers.SplitOrMergeLesionName && parseInt(this.answers.SplitOrMergeType) === 1) {
|
||||||
arr.push(`(Merge to ${this.answers.MeltingInToLesionMarks})`)
|
arr.push(`(Merge to ${this.answers.SplitOrMergeLesionName})`)
|
||||||
}
|
}
|
||||||
return arr.join(' ')
|
return arr.join(' ')
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue