IoTDB数据存储优化

This commit is contained in:
ChenYi 2025-07-22 16:56:17 +08:00
parent 76c9a672e9
commit 7aace52177
4 changed files with 4 additions and 6 deletions

View File

@ -231,7 +231,6 @@
"ProjectName": "ProjectName",
"IoTDataType": "IoTDataType",
"DeviceType": "DeviceType",
"DeviceId": "DeviceId",
"Timestamps": "Timestamps",
"FormattedTimestamps": "Formatted Timestamps",
"DevicePath": "DevicePath",

View File

@ -231,7 +231,6 @@
"ProjectName": "项目名称",
"IoTDataType": "数据类型",
"DeviceType": "设备类型",
"DeviceId": "设备ID",
"Timestamps": "时标(纳秒)",
"FormattedTimestamps": "时标",
"DevicePath": "设备路径",

View File

@ -177,8 +177,8 @@ export const tableSchema: any = computed((): VxeGridProps['columns'] => [
slots: {},
},
{
field: 'deviceId',
title: $t('abp.IoTDBBase.DeviceId'),
field: 'deviceAddress',
title: $t('abp.IoTDBBase.DeviceAddress'),
minWidth: 150,
slots: {},
},

View File

@ -177,8 +177,8 @@ export const tableSchema: any = computed((): VxeGridProps['columns'] => [
slots: {},
},
{
field: 'deviceId',
title: $t('abp.IoTDBBase.DeviceId'),
field: 'deviceAddress',
title: $t('abp.IoTDBBase.DeviceAddress'),
minWidth: '120',
slots: {},
},