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