forked from verdnatura/salix-front
refs #7366 fix travelList
This commit is contained in:
parent
dc619b5275
commit
3965608a18
|
@ -134,6 +134,11 @@ const columns = computed(() => [
|
||||||
icon: 'contact_support',
|
icon: 'contact_support',
|
||||||
action: redirectCreateEntryView,
|
action: redirectCreateEntryView,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: t('View Summary'),
|
||||||
|
icon: 'preview',
|
||||||
|
action: (row) => viewSummary(row.id, TravelSummary),
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue