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