This commit is contained in:
@@ -87,13 +87,13 @@
|
||||
{{ item.key }}
|
||||
</v-card-subtitle> -->
|
||||
<v-card-text>
|
||||
<v-checkbox
|
||||
<v-switch
|
||||
v-model="item.include"
|
||||
:label="lt('Include')"
|
||||
:ref="item.key"
|
||||
:disabled="item.sort != null || item.filter != null"
|
||||
@change="includeChanged(item)"
|
||||
></v-checkbox>
|
||||
></v-switch>
|
||||
<template v-if="item.isSortable">
|
||||
sortbutton here
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user