This commit is contained in:
@@ -55,6 +55,12 @@
|
||||
:show-select="$vuetify.breakpoint.xs"
|
||||
single-select
|
||||
>
|
||||
<template v-slot:[`item.taxOnTax`]="{ item }">
|
||||
<v-simple-checkbox
|
||||
v-model="item.taxOnTax"
|
||||
disabled
|
||||
></v-simple-checkbox>
|
||||
</template>
|
||||
</v-data-table>
|
||||
</v-col>
|
||||
</template>
|
||||
|
||||
@@ -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