refs #7366 VnTable #489

Merged
alexm merged 12 commits from 7366-travelMigration2 into dev 2024-07-03 08:32:57 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 3965608a18 - Show all commits

View File

@ -134,6 +134,11 @@ const columns = computed(() => [
icon: 'contact_support',
action: redirectCreateEntryView,
},
carlossa marked this conversation as resolved Outdated
Outdated
Review

Falta el de summary

Falta el de summary
{
title: t('View Summary'),
icon: 'preview',
action: (row) => viewSummary(row.id, TravelSummary),
},
],
},
]);