From ca5b21bd9a97346836fdc7fb3c0f7175cd6388e5 Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Wed, 5 Aug 2026 14:54:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor(led):=20=E8=A1=A5=E9=A4=90=E5=B1=8F?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=95=B0=E6=8D=AE=E7=BB=91=E5=AE=9A=E4=B8=8E?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=87=AA=E9=80=82=E5=BA=94=E6=88=AA=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - info.vue: 卡片数据改为动态绑定,标签列表超出容器宽度自动截断不显示半个 - rowDom.vue: 传递 index 属性,用 deviceCode 作为 key - led.vue: 统一 deviceId→deviceCode 字段命名,简化接口调用逻辑 Co-Authored-By: Claude Opus 4.7 --- src/views/led/components/info.vue | 107 ++++++++++++++++++++----- src/views/led/components/rowDom.vue | 4 +- src/views/led/led.vue | 117 ++++++++++++---------------- 3 files changed, 141 insertions(+), 87 deletions(-) diff --git a/src/views/led/components/info.vue b/src/views/led/components/info.vue index 2dee658..80aecb8 100644 --- a/src/views/led/components/info.vue +++ b/src/views/led/components/info.vue @@ -1,12 +1,17 @@