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",
"Customize",
"ObjectCustomFieldCustomGrid",
"RowsPerPage"
"RowsPerPage",
"PageOfPageText"
],
decimalValidate(required) {
return { required: required, decimal: [2, this.format().decimalSeparator] };

View File

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