From 8c764a7bbaac2f56790cfa60cc5ca814dc59d309 Mon Sep 17 00:00:00 2001 From: hwj Date: Tue, 3 Feb 2026 18:47:45 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=87=87=E9=9B=86=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E6=A8=A1=E5=9E=8B=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ModelAttributeList.vue | 119 +++++++++++++++--- 1 file changed, 104 insertions(+), 15 deletions(-) diff --git a/src/views/iot/devicemodel/components/ModelAttributeList.vue b/src/views/iot/devicemodel/components/ModelAttributeList.vue index 491e8801..b5758068 100644 --- a/src/views/iot/devicemodel/components/ModelAttributeList.vue +++ b/src/views/iot/devicemodel/components/ModelAttributeList.vue @@ -4,27 +4,20 @@ +v-model="queryParams.attributeType" clearable filterable + :placeholder="t('DataCollection.DeviceModel.placeholderAttributeType')" class="!w-240px"> @@ -58,6 +51,9 @@ {{ t('DataCollection.DeviceModel.create') }} + + {{ t('action.import') }} + @@ -87,7 +83,9 @@ ref="tableRef" v-loading="loading" :data="list" :stripe="true" :show-overflow-to - +