correct the excels

This commit is contained in:
2026-06-15 14:59:12 +03:30
parent d50749fd20
commit 72fa9d4ea3
6 changed files with 20 additions and 9 deletions

View File

@@ -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,