IoTDB数据存储优化
This commit is contained in:
parent
76c9a672e9
commit
7aace52177
@ -231,7 +231,6 @@
|
|||||||
"ProjectName": "ProjectName",
|
"ProjectName": "ProjectName",
|
||||||
"IoTDataType": "IoTDataType",
|
"IoTDataType": "IoTDataType",
|
||||||
"DeviceType": "DeviceType",
|
"DeviceType": "DeviceType",
|
||||||
"DeviceId": "DeviceId",
|
|
||||||
"Timestamps": "Timestamps",
|
"Timestamps": "Timestamps",
|
||||||
"FormattedTimestamps": "Formatted Timestamps",
|
"FormattedTimestamps": "Formatted Timestamps",
|
||||||
"DevicePath": "DevicePath",
|
"DevicePath": "DevicePath",
|
||||||
|
|||||||
@ -231,7 +231,6 @@
|
|||||||
"ProjectName": "项目名称",
|
"ProjectName": "项目名称",
|
||||||
"IoTDataType": "数据类型",
|
"IoTDataType": "数据类型",
|
||||||
"DeviceType": "设备类型",
|
"DeviceType": "设备类型",
|
||||||
"DeviceId": "设备ID",
|
|
||||||
"Timestamps": "时标(纳秒)",
|
"Timestamps": "时标(纳秒)",
|
||||||
"FormattedTimestamps": "时标",
|
"FormattedTimestamps": "时标",
|
||||||
"DevicePath": "设备路径",
|
"DevicePath": "设备路径",
|
||||||
|
|||||||
@ -177,8 +177,8 @@ export const tableSchema: any = computed((): VxeGridProps['columns'] => [
|
|||||||
slots: {},
|
slots: {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'deviceId',
|
field: 'deviceAddress',
|
||||||
title: $t('abp.IoTDBBase.DeviceId'),
|
title: $t('abp.IoTDBBase.DeviceAddress'),
|
||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
slots: {},
|
slots: {},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -177,8 +177,8 @@ export const tableSchema: any = computed((): VxeGridProps['columns'] => [
|
|||||||
slots: {},
|
slots: {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'deviceId',
|
field: 'deviceAddress',
|
||||||
title: $t('abp.IoTDBBase.DeviceId'),
|
title: $t('abp.IoTDBBase.DeviceAddress'),
|
||||||
minWidth: '120',
|
minWidth: '120',
|
||||||
slots: {},
|
slots: {},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user