From 1cca8db4bb47b891446b7cb905f1e84a44a91301 Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 24 Jul 2026 10:40:23 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E8=AE=BE=E5=A4=87=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B/=E7=89=A9=E8=81=94=E8=AE=BE=E5=A4=87-=E7=82=B9?= =?UTF-8?q?=E4=BD=8D=E7=B1=BB=E5=9E=8B-=E5=88=9B=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=97=B6=E9=97=B4=E6=88=B3=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableSelectDialog/TableSelectDialog.vue | 2 ++ src/views/iot/device/components/DeviceAttributeForm.vue | 8 +++++++- .../devicemodel/components/DeviceModelAttributeForm.vue | 8 +++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/components/TableSelectDialog/TableSelectDialog.vue b/src/components/TableSelectDialog/TableSelectDialog.vue index ee527dc9..91728ecb 100644 --- a/src/components/TableSelectDialog/TableSelectDialog.vue +++ b/src/components/TableSelectDialog/TableSelectDialog.vue @@ -31,6 +31,7 @@ :min-width="column.minWidth" :align="column.align || 'center'" :fixed="column.fixed" + :formatter="column.formatter" >