#7566 fixed summary cards and table #444
|
@ -179,7 +179,6 @@ const commonColumns = (col) => ['date', 'state', 'total'].includes(col);
|
|||
:rows="rows"
|
||||
class="full-width"
|
||||
row-key="id"
|
||||
v-if="rows?.length"
|
||||
>
|
||||
<template #body-cell="props">
|
||||
<QTd :props="props" @click="navigateToticketSummary(props.row.id)">
|
||||
|
|
Loading…
Reference in New Issue