refactor: refs #8626 add cardVisible property to RouteList columns
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-03-14 11:15:34 +01:00
parent d21e0d6753
commit a6b356a489
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@ const columns = computed(() => [
create: true,
format: (row, dashIfEmpty) => dashIfEmpty(row.travelRef),
columnFilter: false,
cardVisible: true,
width: '100px',
},
{
@ -72,6 +73,7 @@ const columns = computed(() => [
},
create: true,
columnFilter: true,
cardVisible: true,
visible: true,
},
{
@ -90,6 +92,7 @@ const columns = computed(() => [
},
create: true,
columnFilter: true,
cardVisible: true,
visible: true,
},
{