文档库-分阶段实施详情-添加表单验证规则(修正)

This commit is contained in:
刘彦泽
2023-02-27 14:35:09 +08:00
parent 74c0ecf002
commit 5d9acebca7
@@ -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'
}
],