pet-5ps评分为2分计算规则更改

uat_us
caiyiling 2024-04-19 11:15:53 +08:00
parent 3646acf378
commit 227f583e7a
1 changed files with 2 additions and 2 deletions

View File

@ -609,8 +609,8 @@ export default {
// SUVmax<访max SUVmax1*SUVmax 3
// this.questionForm[this.pet5PSId] = '3'
return '3'
} else if (maxSUVmax !== null && lungSUVmax !== null && maxSUVmax < lungSUVmax) {
// 访SUVmax<SUVmax 2
} else if (maxSUVmax !== null && lungSUVmax !== null && maxSUVmax <= lungSUVmax) {
// 访SUVmax<=SUVmax 2
// this.questionForm[this.pet5PSId] = '2'
return '2'
} else {