From 4b991ab509a2bededcf81a4fc060d1c2c15773c1 Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Thu, 11 Dec 2025 10:58:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deviceInfo/components/DeliveryInfo.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/deviceInfo/components/DeliveryInfo.vue b/src/pages/deviceInfo/components/DeliveryInfo.vue index 39c4eec..78a2859 100644 --- a/src/pages/deviceInfo/components/DeliveryInfo.vue +++ b/src/pages/deviceInfo/components/DeliveryInfo.vue @@ -9,7 +9,7 @@ :options="customerList" placeholder="请选择出库流向" keyTag="id" - :disabled="action === 'view' " + :disabled="action === 'view'" labelTag="name" valueTag="id" :isShowLabel="false" @@ -19,7 +19,7 @@