This commit is contained in:
2020-06-24 13:59:43 +00:00
parent 223975310b
commit bf05846ce4

View File

@@ -33,17 +33,19 @@
<v-data-table <v-data-table
:headers="[ :headers="[
{ {
text: 'Key', text: $ay.t('KeyKey'),
align: 'start', align: 'start',
sortable: false,
value: 'key' value: 'key'
}, },
{ text: 'Display', value: 'display' } { text: $ay.t('DisplayKey'), value: 'display' }
]" ]"
:items="filteredItems()" :items="obj.translationItems"
> >
<template v-slot:item.name="props"> <template v-slot:item.display="props">
<v-edit-dialog :return-value.sync="props.item.display"> <v-edit-dialog
large
:return-value.sync="props.item.display"
>
{{ props.item.display }} {{ props.item.display }}
<template v-slot:input> <template v-slot:input>
<v-text-field <v-text-field