This commit is contained in:
@@ -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] };
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user