This commit is contained in:
2020-08-19 00:13:08 +00:00
parent efdbff2a06
commit 187e3efbb8
3 changed files with 14 additions and 4 deletions

View File

@@ -17,6 +17,12 @@
<template v-slot:[`item.active`]="{ item }">
<v-simple-checkbox v-model="item.active" disabled></v-simple-checkbox>
</template>
<template v-slot:[`item.roles`]="{ item }">
<div class="red--text text-truncate" style="max-width: 150px;">
{{ item.roles }}
</div>
</template>
</v-data-table>
</div>
</template>