This commit is contained in:
parent
aaee96d6bb
commit
95a9805a84
|
@ -132,14 +132,14 @@ const columns = computed(() => [
|
|||
actions: [
|
||||
{
|
||||
title: t('Clone'),
|
||||
icon: 'vn:ticket',
|
||||
icon: 'vn:clone',
|
||||
action: cloneTravel,
|
||||
isPrimary: true,
|
||||
},
|
||||
{
|
||||
title: t('Add entry'),
|
||||
icon: 'preview',
|
||||
action: (row) => viewSummary(row.id, TravelSummary),
|
||||
icon: 'contact_support',
|
||||
action: redirectCreateEntryView,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue