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