Browse Source

车位列表导出优化2

master
wanghongjun 3 weeks ago
parent
commit
c170fe3690
  1. 2
      app/Exports/ParkingSpaceExport.php

2
app/Exports/ParkingSpaceExport.php

@ -27,7 +27,7 @@ class ParkingSpaceExport implements FromArray, WithHeadings
new OperationLogService()
))->optionItems($item);
$data[] = [
'id' => $oldItem['id'],
'id' => $index,
'floor' => $oldItem['floor'],
'number' => $oldItem['number'],
'space_attr' => $oldItem['space_attr'],

Loading…
Cancel
Save