修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-05 15:17:36 +08:00
parent 298e699d7c
commit 6588942843
6 changed files with 56 additions and 22 deletions
@@ -429,7 +429,7 @@
|| res.field_show_type === '11') {
rule.push({
max: res.db_length,
message: res.db_field_txt + '不能超出' + res.db_length + '个字符',
message: res.db_field_txt + this.$t('cannotExceed') + res.db_length + this.$t('Characters'),
trigger: 'blur'
})
}