forked from verdnatura/salix-front
Add checkbox
This commit is contained in:
parent
4e7c09fa44
commit
79c606fc70
|
@ -315,7 +315,7 @@ onMounted(async () => {
|
|||
:no-data-label="t('globals.noResults')"
|
||||
style="max-width: 99%"
|
||||
>
|
||||
<template #header>
|
||||
<template #header="props">
|
||||
<QTr>
|
||||
<QTh class="horizontal-separator" />
|
||||
<QTh class="horizontal-separator" colspan="8" translate>
|
||||
|
@ -326,7 +326,9 @@ onMounted(async () => {
|
|||
</QTh>
|
||||
</QTr>
|
||||
<QTr>
|
||||
<QTh />
|
||||
<QTh>
|
||||
<QCheckbox v-model="props.selected" />
|
||||
</QTh>
|
||||
<QTh
|
||||
v-for="(col, index) in ticketColumns"
|
||||
:key="index"
|
||||
|
|
Loading…
Reference in New Issue