correct the excels
This commit is contained in:
@@ -23,7 +23,7 @@ class machineReport implements FromView, ShouldAutoSize, WithDrawings, WithEvent
|
||||
|
||||
foreach ($this->data as $r) {
|
||||
$exportRows[] = [
|
||||
'machine_id' => $r->c_name ?? '',
|
||||
'machine_id' => $r->machine_id ?? '',
|
||||
'machine_code' => $r->machine_code ?? '',
|
||||
'car_name' => $r->car_name ?? '',
|
||||
'missions' => $r->missions ?? 0,
|
||||
|
||||
Reference in New Issue
Block a user