#7119 add VehicleList page and routing configuration #1129

Merged
jorgep merged 71 commits from 7119-createVehicle into dev 2025-02-06 09:24:16 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 4ad8bfc210 - Show all commits

View File

@ -177,7 +177,12 @@ const columns = computed(() => [
>
<template #column-isActive="{ row }">
<span>
<QIcon v-if="!row.isActive" name="help" color="primary" size="xs">
<QIcon
v-if="!row.isActive"
name="vn:inactive-car"
color="primary"
size="xs"
>
<QTooltip>{{ $t('globals.inactive') }}</QTooltip>
</QIcon>
</span>