This commit is contained in:
@@ -36,7 +36,16 @@
|
||||
</v-col>
|
||||
<!-- ----------------------- -->
|
||||
<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
|
||||
:headers="[
|
||||
{
|
||||
@@ -52,6 +61,7 @@
|
||||
itemsPerPageText: $ay.t('RowsPerPage'),
|
||||
pageText: $ay.t('PageOfPageText')
|
||||
}"
|
||||
:search="search"
|
||||
>
|
||||
<template
|
||||
v-slot:item.display="props"
|
||||
@@ -76,7 +86,7 @@
|
||||
</v-edit-dialog>
|
||||
</template>
|
||||
</v-data-table>
|
||||
</div>
|
||||
</v-card>
|
||||
</v-col>
|
||||
<!-- ------------------- -->
|
||||
</v-row>
|
||||
@@ -159,7 +169,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY,
|
||||
selectLists: {},
|
||||
search: "",
|
||||
editingActiveTranslation: false,
|
||||
obj: {},
|
||||
formState: {
|
||||
|
||||
Reference in New Issue
Block a user