文档库-分阶段实施详情-添加表单验证规则(修正)
This commit is contained in:
@@ -451,8 +451,8 @@
|
||||
standNumberOrClause: [
|
||||
{
|
||||
// required: true,
|
||||
max: 10,
|
||||
message: this.$t('Statutenumberclause') + this.$t('cannotExceed') + 10 + this.$t('Characters'),
|
||||
max: 200,
|
||||
message: this.$t('Statutenumberclause') + this.$t('cannotExceed') + 200 + this.$t('Characters'),
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user