IoTDB数据存储优化
This commit is contained in:
parent
76c9a672e9
commit
7aace52177
@ -231,7 +231,6 @@
|
||||
"ProjectName": "ProjectName",
|
||||
"IoTDataType": "IoTDataType",
|
||||
"DeviceType": "DeviceType",
|
||||
"DeviceId": "DeviceId",
|
||||
"Timestamps": "Timestamps",
|
||||
"FormattedTimestamps": "Formatted Timestamps",
|
||||
"DevicePath": "DevicePath",
|
||||
|
||||
@ -231,7 +231,6 @@
|
||||
"ProjectName": "项目名称",
|
||||
"IoTDataType": "数据类型",
|
||||
"DeviceType": "设备类型",
|
||||
"DeviceId": "设备ID",
|
||||
"Timestamps": "时标(纳秒)",
|
||||
"FormattedTimestamps": "时标",
|
||||
"DevicePath": "设备路径",
|
||||
|
||||
@ -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: {},
|
||||
},
|
||||
|
||||
@ -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: {},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user