This commit is contained in:
2020-06-24 22:38:45 +00:00
parent 7e342faa0f
commit ef86ecb179

View File

@@ -36,7 +36,16 @@
</v-col> </v-col>
<!-- ----------------------- --> <!-- ----------------------- -->
<v-col cols="12"> <v-col cols="12">
<div> <v-card>
<v-card-title>
<v-text-field
v-model="search"
append-icon="fa-search"
:label="$ay.t('Search')"
single-line
hide-details
></v-text-field>
</v-card-title>
<v-data-table <v-data-table
:headers="[ :headers="[
{ {
@@ -52,6 +61,7 @@
itemsPerPageText: $ay.t('RowsPerPage'), itemsPerPageText: $ay.t('RowsPerPage'),
pageText: $ay.t('PageOfPageText') pageText: $ay.t('PageOfPageText')
}" }"
:search="search"
> >
<template <template
v-slot:item.display="props" v-slot:item.display="props"
@@ -76,7 +86,7 @@
</v-edit-dialog> </v-edit-dialog>
</template> </template>
</v-data-table> </v-data-table>
</div> </v-card>
</v-col> </v-col>
<!-- ------------------- --> <!-- ------------------- -->
</v-row> </v-row>
@@ -159,7 +169,7 @@ export default {
data() { data() {
return { return {
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY, formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY,
selectLists: {}, search: "",
editingActiveTranslation: false, editingActiveTranslation: false,
obj: {}, obj: {},
formState: { formState: {