From 88469adf6920624999a4859c02990c87b9d7b89d Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 26 Mar 2026 09:31:52 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=A8=A1=E5=85=B7=E8=AF=A6?= =?UTF-8?q?=E6=83=85-=E4=BA=8C=E7=BB=B4=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/erp/mold/detail/index.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/erp/mold/detail/index.vue b/src/views/erp/mold/detail/index.vue index f1d25a55..2ba3168a 100644 --- a/src/views/erp/mold/detail/index.vue +++ b/src/views/erp/mold/detail/index.vue @@ -325,12 +325,6 @@ const maintainDateRange = ref(undefined) const repairExportLoading = ref(false) const repairDateRange = ref(undefined) -const openQrCode = () => { - const url = detailData.value?.qrcodeUrl - if (!url) return - window.open(String(url), '_blank') -} - const formatDetailDate = (value: any) => { if (!value) return '' return formatDate(new Date(value), 'YYYY-MM-DD')