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