Updated operator_id position
This commit is contained in:
@@ -76,6 +76,8 @@ class QualityValidationExporter extends Exporter
|
|||||||
->label('SAP MESSAGE STATUS'),
|
->label('SAP MESSAGE STATUS'),
|
||||||
ExportColumn::make('sap_msg_description')
|
ExportColumn::make('sap_msg_description')
|
||||||
->label('SAP MESSAGE DESCRIPTION'),
|
->label('SAP MESSAGE DESCRIPTION'),
|
||||||
|
ExportColumn::make('operator_id')
|
||||||
|
->label('OPERATOR ID'),
|
||||||
ExportColumn::make('created_at')
|
ExportColumn::make('created_at')
|
||||||
->label('CREATED AT'),
|
->label('CREATED AT'),
|
||||||
ExportColumn::make('updated_at')
|
ExportColumn::make('updated_at')
|
||||||
@@ -83,8 +85,6 @@ class QualityValidationExporter extends Exporter
|
|||||||
ExportColumn::make('deleted_at')
|
ExportColumn::make('deleted_at')
|
||||||
->label('DELETED AT')
|
->label('DELETED AT')
|
||||||
->enabledByDefault(false),
|
->enabledByDefault(false),
|
||||||
ExportColumn::make('operator_id')
|
|
||||||
->label('OPERATOR ID'),
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user