0
0
Fork 0

refs #7366 fix travelList

This commit is contained in:
Carlos Satorres 2024-07-01 12:15:05 +02:00
parent dc619b5275
commit 3965608a18
1 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,11 @@ const columns = computed(() => [
icon: 'contact_support',
action: redirectCreateEntryView,
},
{
title: t('View Summary'),
icon: 'preview',
action: (row) => viewSummary(row.id, TravelSummary),
},
],
},
]);