|
|
|
@ -147,7 +147,7 @@ const buildSectionsFromGroups = (groups: Record<string, any[]>): Section[] => {
|
|
|
|
const label =
|
|
|
|
const label =
|
|
|
|
item?.attributeName ?? `${t('DataCollection.RealTimeMonitoring.defaultFieldLabelPrefix')}${index + 1}`
|
|
|
|
item?.attributeName ?? `${t('DataCollection.RealTimeMonitoring.defaultFieldLabelPrefix')}${index + 1}`
|
|
|
|
columns.push({ prop, label })
|
|
|
|
columns.push({ prop, label })
|
|
|
|
row[prop] = item?.addressValue ?? ''
|
|
|
|
row[prop] = item?.addressValue ?? '-'
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
result.push({
|
|
|
|
result.push({
|
|
|
|
|