From 04a64bea3b035dc98bf765b7be19e25099b480c9 Mon Sep 17 00:00:00 2001 From: taqi be Date: Fri, 10 Jan 2025 15:44:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BA=93=E5=AD=98=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deviceInfo/components/DeliveryInfo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/deviceInfo/components/DeliveryInfo.vue b/src/pages/deviceInfo/components/DeliveryInfo.vue index 8212060..d6da770 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' || !isShowSaveButton" labelTag="name" valueTag="id" :isShowLabel="false" @@ -19,7 +19,7 @@
设备价格:
@@ -31,7 +31,7 @@ type="textarea" v-model="params.description" placeholder="请输入备注" - :disabled="action === 'view'" + :disabled="action === 'view' || !isShowSaveButton" :autosize="{ minRows: 3, maxRows: 4 }" />