Enhancement: Multi-shift taxis, vehicle type, accessibility flag and filter label update
This commit is contained in:
@ -50,7 +50,7 @@ onMounted(async () => {
|
||||
<div class="group-content">
|
||||
<label>{{ t('shuttle.category') || 'Categoría' }}</label>
|
||||
<select v-model="shuttleCategoryFilter">
|
||||
<option value="all">{{ t('shuttle.allRoutes') || 'Todas las rutas' }}</option>
|
||||
<option value="all">{{ t('shuttle.allAreas') || 'Todas las áreas' }}</option>
|
||||
<option value="local">Local</option>
|
||||
<option value="interprovincial">Interprovincial</option>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user