This commit is contained in:
@@ -71,6 +71,13 @@
|
||||
>{{ item.priority.name }}
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<template v-slot:[`item.warranty`]="{ item }">
|
||||
<v-simple-checkbox
|
||||
v-model="item.warranty"
|
||||
disabled
|
||||
></v-simple-checkbox>
|
||||
</template>
|
||||
</v-data-table>
|
||||
</v-col>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user