0
0
Fork 0

refs #6111 fix merge, fix column

This commit is contained in:
Carlos Satorres 2024-05-23 09:24:50 +02:00
parent 66c841114b
commit 6ea942bf31
1 changed files with 4 additions and 3 deletions

View File

@ -355,8 +355,8 @@ onUnmounted(() => (stateStore.rightDrawer = false));
</QTd>
</template>
<template #body-cell-vehicle="{ row }">
<QTd>
<VnSelectFilter
<QTd class="table-input-cell small-column">
<VnSelect
:label="t('Vehicle')"
v-model="row.vehicleFk"
:options="vehicleList"
@ -424,7 +424,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
</QTd>
</template>
<template #body-cell-isServed="props">
<QTd>
<QTd class="table-input-cell small-column">
<QCheckbox v-model="props.value" disable>
<QTooltip>
{{
@ -520,6 +520,7 @@ es:
Description: Descripción
Hour started: Hora inicio
Hour finished: Hora fin
Served: Servida
newRoute: Nueva Ruta
Clone Selected Routes: Clonar rutas seleccionadas
Select the starting date: Seleccione la fecha de inicio