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