This commit is contained in:
2020-11-16 20:39:17 +00:00
parent b795c19969
commit 54a8fbd2ec

View File

@@ -630,7 +630,29 @@
</v-tab-item>
<v-tab-item class="mt-4">
<v-row>
CONTACTS HERE
<v-col cols="12">
<!-- <v-data-table
v-model="selected"
:headers="headers"
:items="obj"
class="elevation-1"
:disable-pagination="true"
:disable-filtering="true"
hide-default-footer
@click:row="rowClick"
:sort-by="['name']"
show-select
:header-props="{ sortByText: $ay.t('Sort') }"
data-cy="custUsersTable"
>
<template v-slot:[`item.active`]="{ item }">
<v-simple-checkbox
v-model="item.active"
disabled
></v-simple-checkbox>
</template>
</v-data-table> -->
</v-col>
</v-row>
</v-tab-item>
</v-tabs-items>