From e3dbd1d240b8e98c7738e2df373b60223cddc8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 26 May 2025 16:28:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[SBBJ-1122]=20data.value.status=20=3D=3D?= =?UTF-8?q?=20'PECEIVED'=20=E5=B1=95=E7=A4=BA=E5=88=A0=E9=99=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/overhaulOrder/detail.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/overhaulOrder/detail.vue b/src/pages/overhaulOrder/detail.vue index 5c96e4e..33b9614 100644 --- a/src/pages/overhaulOrder/detail.vue +++ b/src/pages/overhaulOrder/detail.vue @@ -69,7 +69,7 @@ {{item.name}} - + @@ -318,7 +318,7 @@ } } - +const deleteLogo = ref(false); onLoad(async (option) => { @@ -326,6 +326,11 @@ if (option.data) { data.value = JSON.parse(decodeURIComponent(option.data)) + if (data.value.status == 'PECEIVED') { + deleteLogo = true + }else { + deleteLogo = false + } } changeItem.value = list.value[current.value]