This commit is contained in:
2020-10-19 22:52:58 +00:00
parent 1b4d56258f
commit ed2ee8cdeb
4 changed files with 12 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
:sort-by="['name']"
show-select
:header-props="{ sortByText: $ay.t('Sort') }"
:data-cy="!!$ay.dev ? 'usersTable' : false"
>
<template v-slot:[`item.active`]="{ item }">
<v-simple-checkbox v-model="item.active" disabled></v-simple-checkbox>