This commit is contained in:
2020-08-18 14:59:19 +00:00
parent 1dfccd2ac2
commit 3cad1124ed
8 changed files with 12 additions and 4 deletions

View File

@@ -12,8 +12,9 @@
@click:row="rowClick"
:sort-by="['name']"
show-select
:header-props="{ sortByText: $ay.t('Sort') }"
>
<template v-slot:item.active="{ item }">
<template v-slot:[`item.active`]="{ item }">
<v-simple-checkbox v-model="item.active" disabled></v-simple-checkbox>
</template>
</v-data-table>