This commit is contained in:
@@ -306,9 +306,13 @@
|
||||
$ay.t("Cancel")
|
||||
}}</v-btn>
|
||||
<v-spacer />
|
||||
<v-btn text @click="clearAllFilterConditions()" color="primary">{{
|
||||
$ay.t("ClearAll")
|
||||
}}</v-btn>
|
||||
<v-btn
|
||||
v-if="editItem.filter.items.length > 0"
|
||||
text
|
||||
@click="clearAllFilterConditions()"
|
||||
color="primary"
|
||||
>{{ $ay.t("Delete") }}</v-btn
|
||||
>
|
||||
<v-spacer />
|
||||
<v-btn text @click="saveAndExit()" color="primary">{{
|
||||
$ay.t("Save")
|
||||
@@ -508,7 +512,7 @@ export default {
|
||||
},
|
||||
clearAllFilterConditions() {
|
||||
this.editItem.filter.items.splice(0, this.editItem.filter.items.length);
|
||||
this.editItem.filter.any=false;
|
||||
this.editItem.filter.any = false;
|
||||
},
|
||||
async open(tableColumnData) {
|
||||
this.tableColumnData = tableColumnData;
|
||||
|
||||
Reference in New Issue
Block a user