From d5e6a324bfdc1a1a65f1824b596474164f093e86 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 16 Jan 2024 13:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=84=BE=E8=84=8F=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E8=87=AA=E5=8A=A8=E8=AE=A1=E7=AE=97=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms/components/Questions.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue index 0ca6ed76..976fcb1d 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue @@ -465,6 +465,7 @@ export default { } }, setSpleenStatus(length) { + console.log('setSpleenStatus') var status = '' if (length) { if (this.isBaseLineTask) { @@ -503,7 +504,7 @@ export default { // this.$set(this.questionForm, this.spleenStatusId, '4') // this.calculateSpleenStatus = '4' status = '4' - } else if (this.spleenInfo.BaseLineSpleenLength > 130 && this.spleenInfo.LowSpleenLength <= 130 && diffFromBaseline >= 20 && length > 130) { + } else if (this.spleenInfo.BaseLineSpleenLength > 130 && this.spleenInfo.LowSpleenLength <= 130 && length - this.spleenInfo.LowSpleenLength >= 20 && length > 130) { // 1、基线 垂直径>130 mm // 2、当前访视的前面访视中 存在垂直径≤130mm // 3、与最低点相比脾脏垂直径的增加值≥20 mm