This commit is contained in:
parent
a80caa7c93
commit
d5bd8c4432
|
@ -179,7 +179,6 @@ const commonColumns = (col) => ['date', 'state', 'total'].includes(col);
|
||||||
:rows="rows"
|
:rows="rows"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
row-key="id"
|
row-key="id"
|
||||||
v-if="rows?.length"
|
|
||||||
>
|
>
|
||||||
<template #body-cell="props">
|
<template #body-cell="props">
|
||||||
<QTd :props="props" @click="navigateToticketSummary(props.row.id)">
|
<QTd :props="props" @click="navigateToticketSummary(props.row.id)">
|
||||||
|
|
Loading…
Reference in New Issue