feat(fleets): add checkbox selection and French date format to vehicle/config tables
- Add select checkbox column to vehicle, affectation, vehicleListes table heads
- Implement allSelected/toggleAll for bulk selection in list views
- Format dates to DD/MM/YYYY French format using dateFormat.split.date
Closes VSN-2162