feat: refs #8441 add filter vehicles by 'isActive' field
This commit is contained in:
parent
18f43489a3
commit
adc4385f1e
|
@ -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',
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -51,6 +51,7 @@ route:
|
|||
agencyModeName: Agency route
|
||||
isOwn: Own
|
||||
isAnyVolumeAllowed: Any volume allowed
|
||||
isActive: Active
|
||||
issued: Issued
|
||||
created: Created
|
||||
addressFromFk: Sender
|
||||
|
|
|
@ -52,6 +52,7 @@ route:
|
|||
agencyAgreement: Agencia Acuerdo
|
||||
isOwn: Propio
|
||||
isAnyVolumeAllowed: Cualquier volumen
|
||||
isActive: Activo
|
||||
issued: F. emisión
|
||||
created: Creado
|
||||
addressFromFk: Remitente
|
||||
|
|
Loading…
Reference in New Issue