This commit is contained in:
2020-01-29 23:52:49 +00:00
parent c8f63957d8
commit 536e22bfb2
2 changed files with 3 additions and 2 deletions

View File

@@ -152,7 +152,8 @@ export default {
"Tags", "Tags",
"Customize", "Customize",
"ObjectCustomFieldCustomGrid", "ObjectCustomFieldCustomGrid",
"RowsPerPage" "RowsPerPage",
"PageOfPageText"
], ],
decimalValidate(required) { decimalValidate(required) {
return { required: required, decimal: [2, this.format().decimalSeparator] }; return { required: required, decimal: [2, this.format().decimalSeparator] };

View File

@@ -13,7 +13,7 @@
showFirstLastPage: true, showFirstLastPage: true,
itemsPerPageOptions: rowsPerPageItems, itemsPerPageOptions: rowsPerPageItems,
itemsPerPageText: lt('RowsPerPage'), itemsPerPageText: lt('RowsPerPage'),
pageText: lt('pageText') pageText: lt('PageOfPageText')
}" }"
class="elevation-1" class="elevation-1"
></v-data-table> ></v-data-table>