From 3630f9c2882ca13ab9756152d9832a16677571e3 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 8 Mar 2026 15:40:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E5=A4=87=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fishery/device/index.vue | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/views/fishery/device/index.vue b/src/views/fishery/device/index.vue index 75b32f8..49e2da2 100644 --- a/src/views/fishery/device/index.vue +++ b/src/views/fishery/device/index.vue @@ -172,10 +172,11 @@ :value="selectedUser ? `${selectedUser.userName} (${selectedUser.mobilePhone})` : ''" placeholder="请选择用户" readonly - @click="openUserSelect" + :disabled="!!form.id" style="cursor: pointer;" + @click="openUserSelect" > -