This commit is contained in:
2020-02-19 18:21:31 +00:00
parent 705a0b51d7
commit 5c8cf721c7

View File

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