This commit is contained in:
@@ -152,7 +152,8 @@ export default {
|
||||
"Tags",
|
||||
"Customize",
|
||||
"ObjectCustomFieldCustomGrid",
|
||||
"RowsPerPage"
|
||||
"RowsPerPage",
|
||||
"PageOfPageText"
|
||||
],
|
||||
decimalValidate(required) {
|
||||
return { required: required, decimal: [2, this.format().decimalSeparator] };
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
showFirstLastPage: true,
|
||||
itemsPerPageOptions: rowsPerPageItems,
|
||||
itemsPerPageText: lt('RowsPerPage'),
|
||||
pageText: lt('pageText')
|
||||
pageText: lt('PageOfPageText')
|
||||
}"
|
||||
class="elevation-1"
|
||||
></v-data-table>
|
||||
|
||||
Reference in New Issue
Block a user