This commit is contained in:
2020-02-19 18:13:41 +00:00
parent 1903a4da6d
commit 685971be88

View File

@@ -83,14 +83,15 @@
<v-card-title> <v-card-title>
{{ item.title }} {{ item.title }}
</v-card-title> </v-card-title>
<v-card-subtitle> <!-- <v-card-subtitle>
{{ item.key }} {{ item.key }}
</v-card-subtitle> </v-card-subtitle> -->
<v-card-text> <v-card-text>
<v-checkbox <v-checkbox
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"
@change="includeChanged(item)" @change="includeChanged(item)"
></v-checkbox> ></v-checkbox>
<!-- <v-checkbox <!-- <v-checkbox