This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user