Skip to content
Snippets Groups Projects
Commit 03002171 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

no more column in datatable slots

parent 755c3c7e
Branches
Tags v0.7
No related merge requests found
Pipeline #112585 passed
......@@ -168,8 +168,8 @@ const computedDistriTaxoOptions = computed(() => {
density="compact" :search="search" :custom-filter="filterOnlyCapsText" height="800" show-select class="elevation-1">
<template #[`item.type`]="{ item }">
<v-chip variant="text" link :to="`/defense-systems/${item.columns.type.toLowerCase()}`">{{
item.columns.type
<v-chip variant="text" link :to="`/defense-systems/${item.type.toLowerCase()}`">{{
item.type
}}</v-chip>
</template>
</v-data-table-virtual>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment