This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user