This commit is contained in:
2019-03-11 22:43:10 +00:00
parent a8bc4e5471
commit a6823fff76
3 changed files with 24 additions and 14 deletions

View File

@@ -54,7 +54,8 @@ export default {
"Print",
"WikiPage",
"Duplicate",
"RecordHistory"
"RecordHistory",
"ErrorFieldLengthExceeded"
],
decimalValidate(required) {
return { required: required, decimal: [2, this.formats.decimalSeparator] };