forked from verdnatura/salix-front
fix: refs #7354 redirect to ticket
This commit is contained in:
parent
1554333e07
commit
18f544f8dc
|
@ -184,6 +184,7 @@ const getItemPackagingType = (ticketSales) => {
|
||||||
:disable-option="{ card: true, table: true }"
|
:disable-option="{ card: true, table: true }"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
:disable-infinite-scroll="true"
|
:disable-infinite-scroll="true"
|
||||||
|
redirect="ticket"
|
||||||
>
|
>
|
||||||
<template #column-nickname="{ row }">
|
<template #column-nickname="{ row }">
|
||||||
<span class="link">
|
<span class="link">
|
||||||
|
|
Loading…
Reference in New Issue