lugano病灶融合
parent
c1faaf9ef0
commit
0c4065102c
|
@ -474,7 +474,7 @@ export default {
|
||||||
* 当前融合靶病灶LDi>15
|
* 当前融合靶病灶LDi>15
|
||||||
* 相比最低点PPD增加百分比 ≥50%
|
* 相比最低点PPD增加百分比 ≥50%
|
||||||
**/
|
**/
|
||||||
if (this.answers.SplitOrMergeType === '4') {
|
if (this.answers.SplitOrMergeType === '4' || this.answers.SplitOrMergeType === '5') {
|
||||||
if (ldi > 15 && pddIncrease >= 50) {
|
if (ldi > 15 && pddIncrease >= 50) {
|
||||||
this.stateDisabled = true
|
this.stateDisabled = true
|
||||||
} else {
|
} else {
|
||||||
|
@ -980,7 +980,7 @@ export default {
|
||||||
}
|
}
|
||||||
/** 疾病进展* **/
|
/** 疾病进展* **/
|
||||||
if (!this.isBaseLineTask && ldi && pddIncreaseNum && ldiIncrease && sdiIncrease && this.lesionType === 0 && this.isCurrentTaskAdd === 'False') {
|
if (!this.isBaseLineTask && ldi && pddIncreaseNum && ldiIncrease && sdiIncrease && this.lesionType === 0 && this.isCurrentTaskAdd === 'False') {
|
||||||
if (this.answers.SplitOrMergeType === '4') {
|
if (this.answers.SplitOrMergeType === '4' || this.answers.SplitOrMergeType === '5') {
|
||||||
/** 融合主病灶疾病进展
|
/** 融合主病灶疾病进展
|
||||||
* 当前融合靶病灶LDi>15
|
* 当前融合靶病灶LDi>15
|
||||||
* 相比最低点PPD增加百分比 ≥50%
|
* 相比最低点PPD增加百分比 ≥50%
|
||||||
|
|
Loading…
Reference in New Issue