feat: refs #8441 add filter vehicles by 'isActive' field

This commit is contained in:
Jose Antonio Tubau 2025-04-25 14:04:02 +02:00
parent 18f43489a3
commit adc4385f1e
5 changed files with 11 additions and 2 deletions

View File

@ -108,6 +108,13 @@ const columns = computed(() => [
options: countries.value,
},
},
{
name: 'isActive',
label: t('globals.active'),
visible: false,
cardVisible: false,
component: 'checkbox',
},
{
align: 'right',
name: 'tableActions',

View File

@ -14,7 +14,7 @@ vehicle:
amountCooler: Amount cooler
remove: Vehicle removed
search: Search Vehicle
searchInfo: Search by id or number plate
searchInfo: Search by id
deleteTitle: This item will be deleted
deleteSubtitle: Are you sure you want to continue?
params:

View File

@ -14,7 +14,7 @@ vehicle:
nLeasing: Nº leasing
remove: Vehículo eliminado
search: Buscar Vehículo
searchInfo: Buscar por id o matrícula
searchInfo: Buscar por id
deleteTitle: Este elemento será eliminado
deleteSubtitle: ¿Seguro que quieres continuar?
params:

View File

@ -51,6 +51,7 @@ route:
agencyModeName: Agency route
isOwn: Own
isAnyVolumeAllowed: Any volume allowed
isActive: Active
issued: Issued
created: Created
addressFromFk: Sender

View File

@ -52,6 +52,7 @@ route:
agencyAgreement: Agencia Acuerdo
isOwn: Propio
isAnyVolumeAllowed: Cualquier volumen
isActive: Activo
issued: F. emisión
created: Creado
addressFromFk: Remitente