1
0
forked from poc/pds

Added device name column for mfm parameter resource and import and export

This commit is contained in:
dhanabalan
2025-07-31 18:14:02 +05:30
parent 5084aa9c0e
commit 1ea00b6901
3 changed files with 17 additions and 8 deletions

View File

@@ -23,6 +23,8 @@ class MfmParameterExporter extends Exporter
}),
ExportColumn::make('plant.name')
->label('PLANT'),
ExportColumn::make('deviceName.name')
->label('Device Name'),
ExportColumn::make('name')
->label('NAME'),
ExportColumn::make('mfmMeter.name')