修改禅道已知bug
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user