diff --git a/src/views/iot/device/components/DeviceAttributeList.vue b/src/views/iot/device/components/DeviceAttributeList.vue
index 79df434a..ae89e5ed 100644
--- a/src/views/iot/device/components/DeviceAttributeList.vue
+++ b/src/views/iot/device/components/DeviceAttributeList.vue
@@ -45,11 +45,7 @@ ref="tableRef" v-loading="loading" :data="list" :stripe="true" :show-overflow-to
-
-
- {{ getAttributeTypeLabel(scope.row.attributeType) }}
-
-
+
@@ -64,12 +60,8 @@ ref="tableRef" v-loading="loading" :data="list" :stripe="true" :show-overflow-to
+label="最新采集时间" align="center" prop="latestCollectionTime" :formatter="dateFormatter"
+ width="170px" />
{{ scope.row.sort ?? '-' }}